Tweak style on non-highlighted code blocks
This commit is contained in:
parent
0aaf06b050
commit
c7fb7cfc20
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -15,3 +15,6 @@ selenium-debug.log
|
||||||
*.njsproj
|
*.njsproj
|
||||||
*.sln
|
*.sln
|
||||||
.ionide/
|
.ionide/
|
||||||
|
|
||||||
|
# Zipped theme
|
||||||
|
**/*.zip
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Bit Badger Solutions
|
|
@ -76,6 +76,8 @@ pre {
|
||||||
}
|
}
|
||||||
pre > code {
|
pre > code {
|
||||||
background-color: unset;
|
background-color: unset;
|
||||||
|
padding: unset;
|
||||||
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
div[style="color:#DADADA;background-color:#1E1E1E;"] {
|
div[style="color:#DADADA;background-color:#1E1E1E;"] {
|
||||||
background-color: unset !important;
|
background-color: unset !important;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user