diff --git a/.gitignore b/.gitignore index e84673b..67ed0b5 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,6 @@ selenium-debug.log *.njsproj *.sln .ionide/ + +# Zipped theme +**/*.zip diff --git a/theme/version.txt b/theme/version.txt index e69de29..a183209 100644 --- a/theme/version.txt +++ b/theme/version.txt @@ -0,0 +1 @@ +Bit Badger Solutions \ No newline at end of file diff --git a/theme/wwwroot/style.css b/theme/wwwroot/style.css index 16ee68d..eafcabf 100644 --- a/theme/wwwroot/style.css +++ b/theme/wwwroot/style.css @@ -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;