Browse Source

changed future

ryuichi-e 6 years ago
parent
commit
db657c799c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/client/styles/scss/theme/future.scss

+ 2 - 1
src/client/styles/scss/theme/future.scss

@@ -12,7 +12,7 @@ html[light],
 html[dark] {
 html[dark] {
   // Background colors
   // Background colors
   $bgcolor-global: $themecolor;
   $bgcolor-global: $themecolor;
-  $bgcolor-inline-code: darken($themecolor, 5%);
+  $bgcolor-inline-code: #1f1f22;
   $bgcolor-card: darken($themecolor, 5%);
   $bgcolor-card: darken($themecolor, 5%);
 
 
   // Font colors
   // Font colors
@@ -53,6 +53,7 @@ html[dark] {
 
 
   // Border colors
   // Border colors
   $border-color-theme: #407483;
   $border-color-theme: #407483;
+  $bordercolor-inline-code: #4d4d4d;
 
 
   // Dropdown colors
   // Dropdown colors
   $bgcolor-dropdown-link-active: $primary;
   $bgcolor-dropdown-link-active: $primary;