File tree Expand file tree Collapse file tree 7 files changed +28
-0
lines changed Expand file tree Collapse file tree 7 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 55 - remove the following `@import` of the self-defined chroma stylesheet */
66@import "chroma-learn.css" ;
77
8+ : root {
9+ color-scheme : only light; /* set browser scrollbar color */
10+ }
11+
812: root {
913 --MAIN-TEXT-color : # 323232 ; /* Color of text by default */
1014 --MAIN-TITLES-TEXT-color : # 5e5e5e ; /* Color of titles h2-h3-h4-h5-h6 */
Original file line number Diff line number Diff line change 55 - remove the following `@import` of the self-defined chroma stylesheet */
66@import "chroma-learn.css" ;
77
8+ : root {
9+ color-scheme : only light; /* set browser scrollbar color */
10+ }
11+
812: root {
913 --MAIN-TEXT-color : # 323232 ; /* Color of text by default */
1014 --MAIN-TITLES-TEXT-color : # 5e5e5e ; /* Color of titles h2-h3-h4-h5-h6 */
Original file line number Diff line number Diff line change 55 - remove the following `@import` of the self-defined chroma stylesheet */
66@import "chroma-learn.css" ;
77
8+ : root {
9+ color-scheme : only light; /* set browser scrollbar color */
10+ }
11+
812: root {
913 --MAIN-TEXT-color : # 323232 ; /* Color of text by default */
1014 --MAIN-TITLES-TEXT-color : # 5e5e5e ; /* Color of titles h2-h3-h4-h5-h6 */
Original file line number Diff line number Diff line change 99 ignore this variant in IE completely */
1010@supports not (-ms-high-contrast : none) {
1111
12+ : root {
13+ color-scheme : only dark; /* set browser scrollbar color */
14+ }
15+
1216: root {
1317 --PRIMARY-color : # f300b2 ; /* brand primary color */
1418 --SECONDARY-color : # 1c90f3 ; /* brand secondary color */
Original file line number Diff line number Diff line change 55 - remove the following `@import` of the self-defined chroma stylesheet */
66@import "chroma-learn.css" ;
77
8+ : root {
9+ color-scheme : only light; /* set browser scrollbar color */
10+ }
11+
812: root {
913 --MAIN-TEXT-color : # 323232 ; /* Color of text by default */
1014 --MAIN-TITLES-TEXT-color : # 5e5e5e ; /* Color of titles h2-h3-h4-h5-h6 */
Original file line number Diff line number Diff line change 55 - remove the following `@import` of the self-defined chroma stylesheet */
66@import "chroma-relearn-dark.css" ;
77
8+ : root {
9+ color-scheme : only dark; /* set browser scrollbar color */
10+ }
11+
812: root {
913 --PRIMARY-color : # 7dc903 ; /* brand primary color */
1014 --SECONDARY-color : # 6c8ce3 ; /* brand secondary color */
Original file line number Diff line number Diff line change 55 - remove the following `@import` of the self-defined chroma stylesheet */
66@import "chroma-relearn-light.css" ;
77
8+ : root {
9+ color-scheme : only light; /* set browser scrollbar color */
10+ }
11+
812: root {
913 --PRIMARY-color : # 7dc903 ; /* brand primary color */
1014 --SECONDARY-color : # 486ac9 ; /* brand secondary color */
You can’t perform that action at this time.
0 commit comments