From e96af5ce5e8dd00cf8a31d4812f416583defa449 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sun, 13 Apr 2025 13:00:43 +0200 Subject: New article, fix sass --- styles/_variables.scss | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 styles/_variables.scss (limited to 'styles/_variables.scss') diff --git a/styles/_variables.scss b/styles/_variables.scss new file mode 100644 index 0000000..ce570f6 --- /dev/null +++ b/styles/_variables.scss @@ -0,0 +1,26 @@ +$titleFontStack: "Beiruti", "Arial", system-ui, sans-serif; +$mainFontStack: "Sen Variable", "Arial", system-ui, sans-serif; +$monoFontStack: "Fira Code", "Consolas", monospace; + +$accent: hsl(209, 94%, 42%); +$accentLight: hsl(215, 90%, 60%); +$accentDark: hsl(215, 90%, 30%); +$secondary: hsl(48, 100%, 50%); +$dark: hsl(340, 13%, 5%); + +$background: hsl(210, 40%, 96%); +$light: hsl(214, 64%, 98%); +$lightAlt: hsl(0, 0%, 100%); + +$noteBackground: hsl(210, 40%, 86%); +$noteText: hsl(210, 40%, 40%); + +$warningBackground: hsl(40, 100%, 90%); +$warningText: hsl(40, 100%, 30%); + +$shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15); + +$floatingRadius: 0.5rem; + +$breakpointTablet: 480px; +$breakpointDesktop: 1024px; -- cgit v1.3