diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-11 16:20:14 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-04-11 16:20:14 +0200 |
| commit | 56f6a63ff90d6ad648b99c2d0eea7dd4cd6f888a (patch) | |
| tree | ed034997ae42af8be75a4c0fb26e77c241d976cc /styles/shared.scss | |
| parent | e3141794b95e534656427fadf0354435c62254d6 (diff) | |
Use MDX instead of markdown
Diffstat (limited to 'styles/shared.scss')
| -rw-r--r-- | styles/shared.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/shared.scss b/styles/shared.scss index 9bdf7d8..46afa45 100644 --- a/styles/shared.scss +++ b/styles/shared.scss @@ -12,7 +12,7 @@ $background: hsl(210, 40%, 96%); $light: hsl(214, 64%, 98%); $lightAlt: hsl(0, 0%, 100%); -$noteBackground: hsl(210, 40%, 96%); +$noteBackground: hsl(210, 40%, 86%); $noteText: hsl(210, 40%, 40%); $warningBackground: hsl(40, 100%, 90%); |
