summaryrefslogtreecommitdiff
path: root/docs/public/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/public/index.css')
-rw-r--r--docs/public/index.css17
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);