ソースを参照

Tweak dark theme colors

Thibaut 10 年 前
コミット
4f9cd7119f
1 ファイル変更3 行追加3 行削除
  1. 3 3
      assets/stylesheets/global/variables-dark.scss

+ 3 - 3
assets/stylesheets/global/variables-dark.scss

@@ -10,8 +10,8 @@ $sidebarMediumWidth: 16rem;
 $contentBackground: #2d2d2d;
 
 $textColor: #c9c9c9;
-$textColorLight: #7e7d7d;
-$textColorLighter: #6a6868;
+$textColorLight: #858585;
+$textColorLighter: #706f6f;
 
 $inputFocusBorder: #444;
 
@@ -65,7 +65,7 @@ $noteOrangeBackground: #3e271d;
 $noteOrangeBorder: #1f1511;
 
 $noteRedBackground: #3e1b1b;
-$noteRedBorder: #1b0a0a;
+$noteRedBorder: #170808;
 
 $labelBackground: #38383a;