diff options
Diffstat (limited to 'src/components/Root.css')
| -rw-r--r-- | src/components/Root.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/Root.css b/src/components/Root.css index 39562cf..3d739c0 100644 --- a/src/components/Root.css +++ b/src/components/Root.css @@ -106,6 +106,7 @@ body { body, body.dark { --color-background: #202020; + --color-background2: rgba(32, 32, 32, 0.3); --color-text: #ddd; --color-text-secondary: #ccc; --color-text-highlight: #fff; @@ -129,6 +130,7 @@ body.dark { body.light { --color-background: #fbfbfb; + --color-background2: rgba(251, 251, 251, 0.3); --color-text: #222; --color-text-secondary: #646464; --color-text-highlight: #040404; |
