Commit 3c24c3ccf9ff8098032844fb60ca160e73506a70
all headings that soft cornflower
Zach! committed on 3/10/2019, 11:08:27 AMParent: 92f3999476e71de02368c31fa993685dafb4aa31
Files changed
aesthetic/stylesheets/colors-and-fonts.css | changed |
aesthetic/stylesheets/main.css | changed |
aesthetic/stylesheets/colors-and-fonts.css | ||
---|---|---|
@@ -11,9 +11,9 @@ | ||
11 | 11 | :root { |
12 | 12 | --primary_bg: radial-gradient(lavenderblush, pink, lavender,#fffcb6); |
13 | 13 | --stipple-page_bg: radial-gradient(var(--tertiary-heading_color) 15%, transparent 16%), radial-gradient(var(--tertiary-heading_color)15%, transparent 16%); |
14 | 14 | --heading_bg:lavenderblush; |
15 | - --heading_color: #745aa4; | |
15 | + --heading_color: #7391c8; | |
16 | 16 | --tertiary-heading_bg: aliceblue; |
17 | 17 | --tertiary-heading_color: #7391c8; |
18 | 18 | --border_bg: #87c5d4; |
19 | 19 | --link-symbol_color: #FFBD00; |
aesthetic/stylesheets/main.css | ||
---|---|---|
@@ -201,9 +201,9 @@ | ||
201 | 201 | #home header h1 { |
202 | 202 | margin-top: 0; |
203 | 203 | padding: 0; |
204 | 204 | font-family: var(--title-text); |
205 | - color: var(--heading-color); | |
205 | + color: var(--heading_color); | |
206 | 206 | font-size: 8vw; |
207 | 207 | margin-bottom: 0; |
208 | 208 | padding-bottom: 0; |
209 | 209 | } |
@@ -280,8 +280,9 @@ | ||
280 | 280 | .daiso-page h2{ |
281 | 281 | font-family: var(--title-text); |
282 | 282 | margin-bottom: 0; |
283 | 283 | text-align: left; |
284 | + color: var(--tertiary-heading_color); | |
284 | 285 | width: 100%; |
285 | 286 | letter-spacing: 0.25em; |
286 | 287 | padding-left: 1.5em; |
287 | 288 | } |
Built with git-ssb-web