diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2023-08-06 12:57:55 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2023-08-06 12:57:55 +0100 |
| commit | 31569d1a78a0731ef9efc7d462ec39acd428d588 (patch) | |
| tree | 8a17373f8b950c2e93872da293216e359403595b /static/css/variables.css | |
| parent | ccb8ef7183e6d7af7bde4bb398c27379fdc7089f (diff) | |
Add spotify page
Diffstat (limited to 'static/css/variables.css')
| -rw-r--r-- | static/css/variables.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/css/variables.css b/static/css/variables.css index 123ee30..5d8610f 100644 --- a/static/css/variables.css +++ b/static/css/variables.css @@ -16,6 +16,9 @@ --color-text-muted: #aaa; --color-text-link: #ff851b; --color-text-link-bg: rgba(255, 133, 27, 0.2); + + --color-soft-outline: rgba(255, 255, 255, 0.2); + --color-soft-fill: rgba(255, 255, 255, 0.05); --color-scrollbar: rgba(255, 255, 255, 0.4); } |
