修复https://github.com/xugaoyi/vuepress-theme-vdoing/issues/431 one-click-copy 插件与主题一个样式的更改
This commit is contained in:
parent
6c5a3ad82b
commit
b71fbabe48
|
|
@ -4,7 +4,7 @@ codeThemeLight()
|
||||||
pre[class*="language-"] {
|
pre[class*="language-"] {
|
||||||
color: black;
|
color: black;
|
||||||
background: none;
|
background: none;
|
||||||
text-shadow: 0 1px white;
|
// text-shadow: 0 1px white;
|
||||||
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ div[class*="language-"]
|
||||||
background-color rgba(0, 0, 0, 30%)
|
background-color rgba(0, 0, 0, 30%)
|
||||||
pre, pre[class*="language-"]
|
pre, pre[class*="language-"]
|
||||||
background transparent
|
background transparent
|
||||||
position relative
|
position relative !important
|
||||||
z-index 1
|
z-index 1
|
||||||
&::before
|
&::before
|
||||||
position absolute
|
position absolute
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue