diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-06-25 17:24:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-25 17:24:29 -0400 |
commit | 5756885fa9340f087a168d40c8d0d10a3a8fe4d5 (patch) | |
tree | e960821662a12b70430590c9ea4f43b1abc4d54c /ext/css/material.css | |
parent | cf70b3de6411cfd540f2c3c7f6e1c27afb10ef84 (diff) |
Structured content updates (#1753)
* Update schema
* Update content generation
* Update styles
* Update test data
* Update style names
Diffstat (limited to 'ext/css/material.css')
-rw-r--r-- | ext/css/material.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/css/material.css b/ext/css/material.css index dd135065..b19b0b0f 100644 --- a/ext/css/material.css +++ b/ext/css/material.css @@ -69,6 +69,7 @@ --text-color-light4: #888888; --background-color: #f8f9fa; --background-color-light: #ffffff; + --background-color-dark1: #eeeeee; --shadow-color: rgba(0, 0, 0, 0.185); --shadow-color-off: rgba(0, 0, 0, 0); @@ -128,6 +129,7 @@ --text-color-light4: #777777; --background-color: #1e1e1e; --background-color-light: #0a0a0a; + --background-color-dark1: #333333; --shadow-color: rgba(255, 255, 255, 0.185); --shadow-color-off: rgba(255, 255, 255, 0); |