aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-01-17 19:00:41 +0100
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-01-17 19:00:41 +0100
commita20afcb783cece9496240a9444855f1475dc4244 (patch)
treee2ac473089387b6cc67cade6baa14ea9155b3b68 /styles
parent97ffc71bebf2f15b32529b2af3f9de671e9a3b3f (diff)
New post
Diffstat (limited to 'styles')
-rw-r--r--styles/shared.scss3
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;