summaryrefslogtreecommitdiff
path: root/docs/public/index.css
diff options
context:
space:
mode:
authorGravatar FredKSchott <FredKSchott@users.noreply.github.com> 2021-07-26 20:42:42 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-07-26 20:42:42 +0000
commitc8896bd02139ecc96227dfd934a236136e153ef0 (patch)
tree3bf38af2ad5d566008ecb29a91f50b8b9a629410 /docs/public/index.css
parent60a2755c0a93d158fa030ae9883327190b67d190 (diff)
downloadastro-c8896bd02139ecc96227dfd934a236136e153ef0.tar.gz
astro-c8896bd02139ecc96227dfd934a236136e153ef0.tar.zst
astro-c8896bd02139ecc96227dfd934a236136e153ef0.zip
[ci] yarn format
Diffstat (limited to '')
-rw-r--r--docs/public/index.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/public/index.css b/docs/public/index.css
index 06995827c..e8b49cf88 100644
--- a/docs/public/index.css
+++ b/docs/public/index.css
@@ -47,7 +47,7 @@ nav ul {
:is(h1, h2, h3, h4, h5, h6) {
margin-bottom: 1rem;
font-weight: bold;
- line-height: 1.0;
+ line-height: 1;
}
:is(h1, h2) {
@@ -269,7 +269,6 @@ img {
align-items: center;
}
-
header button {
background-color: var(--theme-bg);
}
@@ -317,7 +316,7 @@ button {
}
#theme-toggle > label {
- color: var( --theme-code-inline-text);
+ color: var(--theme-code-inline-text);
position: relative;
display: flex;
align-items: center;