소스 검색

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": (