diff options
| author | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2024-02-05 19:27:58 +0100 |
|---|---|---|
| committer | Ariel Costas <94913521+arielcostas@users.noreply.github.com> | 2024-02-05 19:27:58 +0100 |
| commit | 8ccc47294e213c44139d90e4971a6ae40ff4a74a (patch) | |
| tree | 062209d707f3e0a791a70b98f8cf99dce4507dff /assets/css/root.scss | |
| parent | e587b6f6d721033b3e4b648a732457425a2ad409 (diff) | |
Refactor CSS imports and remove unused styles
Diffstat (limited to 'assets/css/root.scss')
| -rw-r--r-- | assets/css/root.scss | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/assets/css/root.scss b/assets/css/root.scss deleted file mode 100644 index 225b3f9..0000000 --- a/assets/css/root.scss +++ /dev/null @@ -1,18 +0,0 @@ -:root { - --font-heading: 'Aleo', "Roboto Slab", "Times New Roman", serif; - --font-body: 'Rubik', Helvetica, sans-serif; - --font-mono: 'Roboto Mono', "Ubuntu Mono", "Fira Code", "Consolas" , monospace; - - font-size: 16px; - font-weight: 400; - line-height: 1.5; - font-family: var(--font-body); - - --accent-1: hsl(152, 90%, 20%); - --accent-2: hsl(152, 90%, 30%); - --accent-3: hsl(152, 90%, 40%); - --accent-4: hsl(152, 90%, 50%); - --accent-5: hsl(152, 90%, 60%); - --accent-6: hsl(152, 90%, 70%); - --accent-7: hsl(152, 90%, 80%); -}
\ No newline at end of file |
