diff options
author | 2021-07-29 13:31:41 -0700 | |
---|---|---|
committer | 2021-07-29 13:31:41 -0700 | |
commit | 6eeafac715aaa077f07dd12d0609301a807a0705 (patch) | |
tree | 0e163a45864794fbe2e926a0a85a189bb500f837 /docs/public/index.css | |
parent | 908139642a7863ce38e567f791aee1972ab6ec1f (diff) | |
download | astro-6eeafac715aaa077f07dd12d0609301a807a0705.tar.gz astro-6eeafac715aaa077f07dd12d0609301a807a0705.tar.zst astro-6eeafac715aaa077f07dd12d0609301a807a0705.zip |
Add algolia-powered search bar to docs site (#917)
* add search bar
* replace cmd+k with slash hotkey
* update api key
* add localhost support for search
Diffstat (limited to 'docs/public/index.css')
-rw-r--r-- | docs/public/index.css | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/docs/public/index.css b/docs/public/index.css index ee0673702..5f382e7d0 100644 --- a/docs/public/index.css +++ b/docs/public/index.css @@ -282,21 +282,6 @@ img { align-items: center; } -header button { - background-color: var(--theme-bg); -} - -header button:hover, -header button:focus { - outline: var(--theme-text) solid 1px; -} - -header button:active, -header button[aria-pressed='true'] { - background: var(--theme-text); - color: var(--theme-bg); -} - button { display: flex; align-items: center; @@ -452,7 +437,7 @@ h2.heading { font-size: larger; top: 0.5rem; left: 0.5rem; - z-index: 999; + z-index: 9; display: block; background-color: var(--theme-bg); color: var(--theme-text-accent); |