Compare commits
1 Commits
5202c57e2b
...
05f49998e7
| Author | SHA1 | Date | |
|---|---|---|---|
| 05f49998e7 |
@@ -37,7 +37,7 @@ input.stork-input {
|
||||
font-family: $font-body;
|
||||
padding: $search-input-padding;
|
||||
|
||||
background-color: $code-color;
|
||||
background-color: var(--code-color);
|
||||
padding-left: 1.5rem;
|
||||
padding-right: 1.5rem;
|
||||
|
||||
@@ -69,11 +69,11 @@ input.stork-input {
|
||||
list-style: none;
|
||||
|
||||
&.selected {
|
||||
background-color: $code-color;
|
||||
background-color: var(--code-color);
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: black;
|
||||
color: var(--text-color);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user