diff options
author | johannst <johannst@users.noreply.github.com> | 2023-11-04 20:34:17 +0000 |
---|---|---|
committer | johannst <johannst@users.noreply.github.com> | 2023-11-04 20:34:17 +0000 |
commit | 15a622d90b60b07b18f77d11c8bceed1442ef7ea (patch) | |
tree | 63452e185bfd35661bb5ca3aa69e519b6d99e673 /css/variables.css | |
parent | d5fcc4a2aa7795c01c82075a1285a578b6704414 (diff) | |
download | notes-15a622d90b60b07b18f77d11c8bceed1442ef7ea.tar.gz notes-15a622d90b60b07b18f77d11c8bceed1442ef7ea.zip |
deploy: f2b0515fdd1cb84bebe24cac59498b682b49de80
Diffstat (limited to 'css/variables.css')
-rw-r--r-- | css/variables.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/css/variables.css b/css/variables.css index 59fcda8..10a7590 100644 --- a/css/variables.css +++ b/css/variables.css @@ -38,6 +38,8 @@ --quote-bg: hsl(226, 15%, 17%); --quote-border: hsl(226, 15%, 22%); + --warning-border: #ff8e00; + --table-border-color: hsl(210, 25%, 13%); --table-header-bg: hsl(210, 25%, 28%); --table-alternate-bg: hsl(210, 25%, 11%); @@ -80,6 +82,8 @@ --quote-bg: hsl(234, 21%, 18%); --quote-border: hsl(234, 21%, 23%); + --warning-border: #ff8e00; + --table-border-color: hsl(200, 7%, 13%); --table-header-bg: hsl(200, 7%, 28%); --table-alternate-bg: hsl(200, 7%, 11%); @@ -122,6 +126,8 @@ --quote-bg: hsl(197, 37%, 96%); --quote-border: hsl(197, 37%, 91%); + --warning-border: #ff8e00; + --table-border-color: hsl(0, 0%, 95%); --table-header-bg: hsl(0, 0%, 80%); --table-alternate-bg: hsl(0, 0%, 97%); @@ -164,6 +170,8 @@ --quote-bg: hsl(226, 15%, 17%); --quote-border: hsl(226, 15%, 22%); + --warning-border: #ff8e00; + --table-border-color: hsl(226, 23%, 16%); --table-header-bg: hsl(226, 23%, 31%); --table-alternate-bg: hsl(226, 23%, 14%); @@ -206,6 +214,8 @@ --quote-bg: hsl(60, 5%, 75%); --quote-border: hsl(60, 5%, 70%); + --warning-border: #ff8e00; + --table-border-color: hsl(60, 9%, 82%); --table-header-bg: #b3a497; --table-alternate-bg: hsl(60, 9%, 84%); @@ -249,6 +259,8 @@ --quote-bg: hsl(234, 21%, 18%); --quote-border: hsl(234, 21%, 23%); + --warning-border: #ff8e00; + --table-border-color: hsl(200, 7%, 13%); --table-header-bg: hsl(200, 7%, 28%); --table-alternate-bg: hsl(200, 7%, 11%); |