Tweak style on non-highlighted code blocks

This commit is contained in:
Daniel J. Summers 2022-06-24 09:33:03 -04:00
parent 0aaf06b050
commit c7fb7cfc20
3 changed files with 6 additions and 0 deletions

3
.gitignore vendored
View File

@ -15,3 +15,6 @@ selenium-debug.log
*.njsproj
*.sln
.ionide/
# Zipped theme
**/*.zip

View File

@ -0,0 +1 @@
Bit Badger Solutions

View File

@ -76,6 +76,8 @@ pre {
}
pre > code {
background-color: unset;
padding: unset;
font-size: 100%;
}
div[style="color:#DADADA;background-color:#1E1E1E;"] {
background-color: unset !important;