diff options
author | 2021-08-06 18:55:50 +0000 | |
---|---|---|
committer | 2021-08-06 18:55:50 +0000 | |
commit | c6b486e4bdad20c1b8b12acd7db03edc02b22a88 (patch) | |
tree | 0511f9367815e489c848bf402ec15f154cc42e59 /docs/public | |
parent | 57328fc0569ccab902081d6f3b026ac565bc10c6 (diff) | |
download | astro-c6b486e4bdad20c1b8b12acd7db03edc02b22a88.tar.gz astro-c6b486e4bdad20c1b8b12acd7db03edc02b22a88.tar.zst astro-c6b486e4bdad20c1b8b12acd7db03edc02b22a88.zip |
[ci] yarn format
Diffstat (limited to 'docs/public')
-rw-r--r-- | docs/public/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/public/theme.css b/docs/public/theme.css index 31014a2a3..551ee15e0 100644 --- a/docs/public/theme.css +++ b/docs/public/theme.css @@ -94,7 +94,7 @@ body { --theme-divider: hsla(var(--color-gray-10), 1); --theme-text: hsla(var(--color-gray-90), 1); --theme-text-light: hsla(var(--color-gray-80), 1); - + /* @@@: not used anywhere */ --theme-text-lighter: hsla(var(--color-gray-40), 1); --theme-bg: hsla(215, 28%, 17%, 1); |