style selection
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
background-size: cover;
|
||||
z-index: -1;
|
||||
object-fit: cover;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.Overlay {
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
.Search::placeholder {
|
||||
color: var(--color-text);
|
||||
color: rgba(255, 255, 255, 0.4);
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.Search:focus-within {
|
||||
|
||||
@@ -4,6 +4,12 @@
|
||||
--color-bright: #eee;
|
||||
}
|
||||
|
||||
::selection {
|
||||
color: white;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
font-family: 'Helvetica Neue', sans-serif;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user