forked from midou/invidious
24538b7296
And update README so that arch users don't have to update their entire system to install the required packages.
36 lines
473 B
CSS
36 lines
473 B
CSS
a:hover,
|
|
a:active {
|
|
color: #46aaf6;
|
|
}
|
|
|
|
a {
|
|
color: #a0a0a0;
|
|
text-decoration: none;
|
|
}
|
|
|
|
body {
|
|
background-color: #101010;
|
|
color: #f0f0f0;
|
|
}
|
|
|
|
.pure-form legend {
|
|
color: #f0f0f0;
|
|
}
|
|
|
|
.pure-menu-heading {
|
|
color: #f0f0f0;
|
|
}
|
|
|
|
.pure-form > fieldset > input, .pure-control-group > input {
|
|
color: #101010;
|
|
}
|
|
|
|
.pure-form > fieldset > select, .pure-control-group > select {
|
|
color: #101010;
|
|
}
|
|
|
|
.navbar>.searchbar input {
|
|
background-color: inherit;
|
|
color: inherit;
|
|
}
|