mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
34 lines
486 B
CSS
34 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;
|
|
}
|