mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-02 00:43:05 +05:30
35 lines
486 B
CSS
35 lines
486 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;
|
|
}
|
|
|
|
.pure-form > fieldset > input,
|
|
.pure-control-group > input,
|
|
.pure-form > fieldset > select,
|
|
.pure-control-group > select {
|
|
color: rgba(35, 35, 35, 1);
|
|
}
|
|
|
|
.navbar > .searchbar input {
|
|
background-color: inherit;
|
|
color: inherit;
|
|
}
|