diff options
author | 2021-07-26 13:41:32 -0700 | |
---|---|---|
committer | 2021-07-26 13:41:32 -0700 | |
commit | 60a2755c0a93d158fa030ae9883327190b67d190 (patch) | |
tree | 741e5bc95f24e1859d44d427319dbf8e63918fb6 /examples/docs/public/index.css | |
parent | 23735c53cc59e489cf1d0f528a97c2ce535d0a21 (diff) | |
download | astro-60a2755c0a93d158fa030ae9883327190b67d190.tar.gz astro-60a2755c0a93d158fa030ae9883327190b67d190.tar.zst astro-60a2755c0a93d158fa030ae9883327190b67d190.zip |
some docs site polish (#853)
* some docs polish
* attempt to fix theme toggle
Diffstat (limited to 'examples/docs/public/index.css')
-rw-r--r-- | examples/docs/public/index.css | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/docs/public/index.css b/examples/docs/public/index.css index 1906eeac8..f06f8c94f 100644 --- a/examples/docs/public/index.css +++ b/examples/docs/public/index.css @@ -187,15 +187,6 @@ blockquote { align-items: center; } -header button { - background-color: var(--theme-bg); -} -header button:hover, -header button:focus { - background: var(--theme-text); - color: var(--theme-bg); -} - button { display: flex; align-items: center; @@ -235,9 +226,6 @@ button:hover { display: flex; align-items: center; justify-content: center; - font-size: 1.5rem; - width: 1.5rem; - height: 1.5rem; opacity: 0.5; transition: transform 120ms ease-out, opacity 120ms ease-out; } |