diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-21 07:41:43 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-21 07:41:43 +0100 |
| commit | 51c2d9da5c11c4328fd935e89789bac6fb7e5955 (patch) | |
| tree | ef6ffb6486caa0ee34847941d9c965fb19e26345 /public/css/variables/palette-hex.css | |
| parent | 6fc3866931b3d27cb77bf9b8a6119cb4c72e67c7 (diff) | |
Better link styling
Diffstat (limited to 'public/css/variables/palette-hex.css')
| -rw-r--r-- | public/css/variables/palette-hex.css | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/public/css/variables/palette-hex.css b/public/css/variables/palette-hex.css deleted file mode 100644 index 13a9d7c..0000000 --- a/public/css/variables/palette-hex.css +++ /dev/null @@ -1,23 +0,0 @@ -:root { - --color-primary-50: #eeecff; - --color-primary-100: #cec5ff; - --color-primary-200: #b19cff; - --color-primary-300: #937be3; - --color-primary-400: #765cc1; - --color-primary-500: #5a3ea1; - --color-primary-600: #401f81; - --color-primary-700: #28005c; - --color-primary-800: #0f002a; - --color-primary-900: #010003; - - --color-secondary-50: #bcffee; - --color-secondary-100: #2bedce; - --color-secondary-200: #2ac8ae; - --color-secondary-300: #28a58f; - --color-secondary-400: #068472; - --color-secondary-500: #0a6355; - --color-secondary-600: #09453a; - --color-secondary-700: #062822; - --color-secondary-800: #030e0b; - --color-secondary-900: #000101; -}
\ No newline at end of file |
