浏览代码

Varia: Update config comments

Thomas Guillot 6 年之前
父节点
当前提交
cd1457be24
共有 2 个文件被更改,包括 6 次插入6 次删除
  1. 3 3
      varia/sass/abstracts/_config-global.scss
  2. 3 3
      varia/sass/child-theme/_config-child-theme-deep.scss

+ 3 - 3
varia/sass/abstracts/_config-global.scss

@@ -61,9 +61,9 @@ $config-global: (
 		),
 		"foreground": (
 			"default": #444444,
-			"light": #767676, // must be accesible!
-			"dark": #111111, // must be accesible!
-			"lighter": #FAFAFA,
+			"light": #767676, // must be accessible against background
+			"dark": #111111, // must be accessible against background
+			"lighter": #FAFAFA, // must be accessible against foreground-default
 		),
 		"background": white,
 		"border": (

+ 3 - 3
varia/sass/child-theme/_config-child-theme-deep.scss

@@ -70,9 +70,9 @@ $config-global: (
 		),
 		"foreground": (
 			"default": #444444,
-			"light": #767676, // must be accesible!
-			"dark": #111111, // must be accesible!
-			"lighter": #FAFAFA,
+			"light": #767676, // must be accessible against background
+			"dark": #111111, // must be accessible against background
+			"lighter": #FAFAFA, // must be accessible against foreground-default
 		),
 		"background": white,
 		"border": (