Explorar o código

Merge pull request #3066 from weseek/imprv/gw4372-design-fix-for-halloween-theme

changed gray-50 to bgcolor-global cus the background colors of the cards were too bright
Yuki Takei %!s(int64=5) %!d(string=hai) anos
pai
achega
cae9c5258a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/client/styles/scss/theme/halloween.scss

+ 1 - 1
src/client/styles/scss/theme/halloween.scss

@@ -38,7 +38,7 @@ html[dark] {
   // Background colors
   $bgcolor-global: #050000;
   $bgcolor-inline-code: #1f1f22; //optional
-  $bgcolor-card: $gray-50;
+  $bgcolor-card: $bgcolor-global;
 
   // Font colors
   $color-global: #e9af2b;