You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
invidious/assets/css/darktheme.css

35 lines
462 B
CSS

7 years ago
a:hover,
a:active {
color: rgb(0, 182, 240);
7 years ago
}
a {
color: #a0a0a0;
7 years ago
text-decoration: none;
}
body {
background-color: #232323;
7 years ago
color: #f0f0f0;
}
.pure-form legend {
color: #f0f0f0;
}
.pure-menu-heading {
color: #f0f0f0;
}
.pure-form > fieldset > input,
.pure-control-group > input,
.pure-form > fieldset > select,
.pure-control-group > select {
color: #232323;
}
.navbar > .searchbar input {
background-color: inherit;
color: inherit;
}