mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
fix colors
This commit is contained in:
parent
b8b0865aaf
commit
dfce78f3ff
1 changed files with 6 additions and 5 deletions
11
index.html
11
index.html
|
|
@ -128,7 +128,7 @@
|
||||||
border: 0;
|
border: 0;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: var(--color15);
|
color: inherit;
|
||||||
font-family: Lato, sans-serif;
|
font-family: Lato, sans-serif;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
|
|
@ -158,8 +158,9 @@
|
||||||
|
|
||||||
#search-form {
|
#search-form {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
background-color: var(--color0);
|
background-color: var(--color15);
|
||||||
transition: background-color .5s;
|
transition: background-color .5s;
|
||||||
|
color: var(--color0);
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
@ -196,8 +197,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-suggestion.highlight {
|
.search-suggestion.highlight {
|
||||||
background-color: var(--color15);
|
background-color: var(--color0);
|
||||||
color: var(--color0);
|
color: var(--color15);
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-suggestion b {
|
.search-suggestion b {
|
||||||
|
|
@ -212,7 +213,7 @@
|
||||||
right: 0;
|
right: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
height: 3px;
|
height: 3px;
|
||||||
background-color: var(--color15);
|
background-color: var(--color0);
|
||||||
opacity: .8;
|
opacity: .8;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue