diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-02-15 21:29:37 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-02-15 21:29:37 +0100 |
| commit | 8b33a7fc4a11b0c0977e598704d0f67ba2ca503d (patch) | |
| tree | 22284bbd792424af9bc2632297616108ce9fef7e /assets/css/_root.scss | |
| parent | e573cda23d2d58220a2971b7418eebccb56b20c6 (diff) | |
New navbar
Diffstat (limited to 'assets/css/_root.scss')
| -rw-r--r-- | assets/css/_root.scss | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/assets/css/_root.scss b/assets/css/_root.scss index 6354cba..568691e 100644 --- a/assets/css/_root.scss +++ b/assets/css/_root.scss @@ -1,5 +1,5 @@ :root { - --font-heading: "Roboto Slab", "Times New Roman", serif; + --font-heading: "Roboto Slab", "Segoe UI"; --font-body: Arial, Helvetica, sans-serif; --font-mono: "Fira Code", "Consolas" , monospace; @@ -8,12 +8,12 @@ line-height: 1.65; font-family: var(--font-body); - --header-background: #efefef; - --header-color: var(--accent-1); - - --body-background: #f5f5f5; + --body-background: #efefef; --body-color: #212121; + --header-background: #ffffff; + --header-color: var(--accent-1); + --footer-background: #212121; --footer-color: #ffffff; @@ -22,4 +22,11 @@ --accent-3: hsl(152, 90%, 40%); --accent-4: hsl(152, 90%, 60%); --accent-5: hsl(152, 90%, 80%); -}
\ No newline at end of file + + --shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.15); +} + +$floatingRadius: 0.5rem; + +$breakpointTablet: 480px; +$breakpointDesktop: 1024px;
\ No newline at end of file |
