mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
a couple color changes
This commit is contained in:
parent
6e27ded8f4
commit
197dd510b1
1 changed files with 3 additions and 2 deletions
|
|
@ -155,7 +155,8 @@
|
|||
|
||||
.search-suggestion:hover,
|
||||
.search-suggestion:focus {
|
||||
background: #30a388;
|
||||
background: #00d2ff;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.overlay {
|
||||
|
|
@ -190,7 +191,7 @@
|
|||
|
||||
.category-name {
|
||||
margin: 0 0 2em;
|
||||
color: #b5f1ff;
|
||||
color: rgba(255, 255, 255, .6);
|
||||
font-size: .7em;
|
||||
letter-spacing: .2em;
|
||||
text-transform: uppercase;
|
||||
|
|
|
|||
Loading…
Reference in a new issue