File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ // Placeholder to allow defining custom styles that override everything else.
2+ // (Use `_sass/minima/custom-variables.scss` to override variable defaults)
3+
4+ // Light mode
5+ // ----------
6+
7+ $lm-brand-color : #73000a !default ;
8+ $lm-brand-color-light : lighten ($lm-brand-color , 40% ) !default ;
9+ $lm-brand-color-dark : darken ($lm-brand-color , 25% ) !default ;
10+
11+ $lm-site-title-color : $lm-brand-color-dark !default ;
12+
13+ $lm-text-color : #111111 !default ;
14+ $lm-background-color : #FFF2E3 !default ; // fdfdfd
15+ $lm-code-background-color : #FFF2E3 !default ;
16+
17+ $lm-link-base-color : #73000a !default ;
18+ $lm-link-visited-color : darken ($lm-link-base-color , 15% ) !default ;
19+ $lm-link-hover-color : $lm-text-color !default ;
20+
21+ $lm-border-color-01 : #FFF2E3 !default ;
22+ $lm-border-color-02 : lighten (#FFF2E3 , 35% ) !default ;
23+ $lm-border-color-03 : #FFF2E3 !default ;
24+
25+ $lm-table-text-color : lighten ($lm-text-color , 18% ) !default ;
26+ $lm-table-zebra-color : #FFF2E3 !default ;
27+ $lm-table-header-bg-color : #FFF2E3 !default ;
28+ $lm-table-header-border : #FFF2E3 !default ;
29+ $lm-table-border-color : #FFF2E3 !default ;
30+
You can’t perform that action at this time.
0 commit comments