diff options
Diffstat (limited to 'assets/css/dark.scss')
| -rw-r--r-- | assets/css/dark.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/assets/css/dark.scss b/assets/css/dark.scss new file mode 100644 index 0000000..8d18567 --- /dev/null +++ b/assets/css/dark.scss @@ -0,0 +1,10 @@ +:root { + --header-background: hsl(0, 0%, 14%); + --header-color: var(--accent-3); + --body-background: hsl(0, 0%, 18%); + --body-color: #f5f5f5; +} + +main a { + color: var(--accent-3); +}
\ No newline at end of file |
