mirror of
https://github.com/iv-org/invidious.git
synced 2025-11-02 21:28:29 -06:00
42 lines
516 B
CSS
42 lines
516 B
CSS
a:hover,
|
|
a:active {
|
|
color: rgb(0, 182, 240);
|
|
}
|
|
|
|
a {
|
|
color: #a0a0a0;
|
|
text-decoration: none;
|
|
}
|
|
|
|
body {
|
|
background-color: rgba(35, 35, 35, 1);
|
|
color: #f0f0f0;
|
|
}
|
|
|
|
.pure-form legend {
|
|
color: #f0f0f0;
|
|
}
|
|
|
|
.pure-menu-heading {
|
|
color: #f0f0f0;
|
|
}
|
|
|
|
input,
|
|
select,
|
|
textarea {
|
|
color: rgba(35, 35, 35, 1);
|
|
}
|
|
|
|
.pure-form input[type="file"] {
|
|
color: #f0f0f0;
|
|
}
|
|
|
|
.navbar > .searchbar input {
|
|
background-color: inherit;
|
|
color: inherit;
|
|
}
|
|
|
|
.welcome-box {
|
|
background-image: linear-gradient(45deg, #111, #666);
|
|
}
|