invidious/assets/css/darktheme.css

38 lines
442 B
CSS
Raw Normal View History

2018-04-13 22:32:14 -04:00
a:hover,
a:active {
2018-08-03 19:17:19 -04:00
color: rgb(0, 182, 240);
2018-04-13 22:32:14 -04:00
}
a {
2018-04-16 20:05:45 -04:00
color: #a0a0a0;
2018-04-13 22:32:14 -04:00
text-decoration: none;
}
body {
2018-08-03 19:26:12 -04:00
background-color: rgba(35, 35, 35, 1);
2018-04-13 22:32:14 -04:00
color: #f0f0f0;
}
.pure-form legend {
color: #f0f0f0;
}
.pure-menu-heading {
color: #f0f0f0;
}
2019-08-05 19:49:13 -04:00
input,
select,
textarea {
2018-08-03 19:26:12 -04:00
color: rgba(35, 35, 35, 1);
2018-07-16 12:24:24 -04:00
}
.pure-form input[type="file"] {
color: #f0f0f0;
}
2018-08-03 19:17:19 -04:00
.navbar > .searchbar input {
background-color: inherit;
color: inherit;
}