Skip to content

Commit 00017b2

Browse files
Merge pull request #217 from RalphHightower/RalphHightower-patch-60-1
Add files via upload
2 parents 3dd3e20 + ae0b548 commit 00017b2

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

_sass/minima/custom-styles.scss

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+

0 commit comments

Comments
 (0)