diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-01-17 19:00:41 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-01-17 19:00:41 +0100 |
| commit | a20afcb783cece9496240a9444855f1475dc4244 (patch) | |
| tree | e2ac473089387b6cc67cade6baa14ea9155b3b68 /styles | |
| parent | 97ffc71bebf2f15b32529b2af3f9de671e9a3b3f (diff) | |
New post
Diffstat (limited to 'styles')
| -rw-r--r-- | styles/shared.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/styles/shared.scss b/styles/shared.scss index 40fd5c2..066aa02 100644 --- a/styles/shared.scss +++ b/styles/shared.scss @@ -11,6 +11,9 @@ $background: hsl(210, 40%, 98%); $light: hsl(214, 64%, 98%); $lightAlt: hsl(0, 0%, 100%); +$noteBackground: hsl(210, 40%, 96%); +$noteText: hsl(210, 40%, 40%); + $shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15); $floatingRadius: 0.5rem; |
