diff options
author | rbbhn <matthew.mccaman@gmail.com> | 2025-01-21 21:46:34 -0600 |
---|---|---|
committer | rbbhn <matthew.mccaman@gmail.com> | 2025-01-21 21:46:34 -0600 |
commit | 6cdd9484e8c33686c06aa9423e2f9cc2e1a31c09 (patch) | |
tree | 021a046f3b4c6f37e9d69b0214eed53a595ddf65 /assets | |
parent | d730db9240bb0a643263a4d740fcbf8ada6bc96a (diff) |
Removed unneeded comments
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/colors/spacegray.css | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/assets/css/colors/spacegray.css b/assets/css/colors/spacegray.css index 0c02c2f..501cb29 100644 --- a/assets/css/colors/spacegray.css +++ b/assets/css/colors/spacegray.css @@ -1,21 +1,15 @@ -/* -Based on colors sourced from: -https://github.com/chriskempson/base16-default-schemes/blob/master/default-dark.yaml -o7 chriskempson, my heart goes out to thee -*/ - :root { - --content-primary: rgb(24, 24, 24); /*base00*/ - --content-secondary: rgb(88, 88, 88); /*base03*/ - --background: rgb(248, 248, 248); /*base07*/ - --code-background: rgb(232, 232, 232); /*base06*/ - --code-border: rgb(216, 216, 216); /*base05*/ + --content-primary: rgb(24, 24, 24); + --content-secondary: rgb(88, 88, 88); + --background: rgb(248, 248, 248); + --code-background: rgb(232, 232, 232); + --code-border: rgb(216, 216, 216); } .dark { - --content-primary: rgb(248, 248, 248); /*base07*/ - --content-secondary: rgb(184, 184, 184); /*base04*/ - --background: rgb(24, 24, 24); /*base00*/ - --code-background: rgb(40, 40, 40); /*base01*/ - --code-border: rgb(56, 56, 56); /*base02*/ + --content-primary: rgb(248, 248, 248); + --content-secondary: rgb(184, 184, 184); + --background: rgb(24, 24, 24); + --code-background: rgb(40, 40, 40); + --code-border: rgb(56, 56, 56); }
\ No newline at end of file |