merge scroll-to-top colors

This commit is contained in:
Vano Devium
2024-08-24 11:08:04 +03:00
parent c568b8ff0e
commit 819cebcb12
8 changed files with 123 additions and 119 deletions

View File

@ -1,14 +1,13 @@
// Default Colors
$theme: hsl(172, 99%, 26%);
$text: hsl(204, 28%, 93%);
$light-grey: #494f5c;
$dark-grey: #3B3E48;
$highlight-grey: #7d828a;
$midnightblue: #2c3e50;
$typewriter: hsl(172, 100%, 36%);
$theme: hsl(172, 99%, 26%) !default;
$text: hsl(204, 28%, 93%) !default;
$light-grey: #494f5c !default;
$dark-grey: #3b3e48 !default;
$highlight-grey: #7d828a !default;
$midnightblue: #2c3e50 !default;
$typewriter: hsl(172, 100%, 36%) !default;
// Scroll to Top Default colors
$stt-stroke:#CCC;
$stt-circle:#3b3e48;
$stt-arrow:#018574;
$stt-stroke: #ccc !default;
$stt-circle: #3b3e48 !default;
$stt-arrow: #018574 !default;