Improve power colours in classic theme

This commit is contained in:
Cadence Ember 2020-05-20 01:19:34 +12:00
parent d285722ddf
commit e6cd2bdff6
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412
1 changed files with 4 additions and 4 deletions

View File

@ -12,9 +12,9 @@ $theme: (
"background-post-caption": #eee,
"background-post-gallery": #262728,
"background-post-loading": #3b3c3d,
"background-power-primary": #bd4444,
"background-power-secondary": #6a2222,
"background-power-tertiary": #481717,
"background-power-primary": #d63f44,
"background-power-secondary": #8e2929,
"background-power-tertiary": #4d2020,
"background-power-palest": #ffbebe,
"background-power-pale": #ff7c7c,
"background-power-quote": #191919,
@ -42,7 +42,7 @@ $theme: (
"foreground-primary-quote": #000,
"foreground-banner": #fff,
"link-primary": #085cae,
"link-power": #ffb8b8,
"link-power": #ffb9b7,
"link-error-page": #4a93d2,
"link-hashtag": #127722,
"edge-context-divider": 1px solid #333,