mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
27 lines
283 B
CSS
27 lines
283 B
CSS
|
a:hover,
|
||
|
a:active {
|
||
|
color: #46aaf6;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
color: #f0f0f0;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
background-color: #101010;
|
||
|
color: #f0f0f0;
|
||
|
}
|
||
|
|
||
|
.pure-form legend {
|
||
|
color: #f0f0f0;
|
||
|
}
|
||
|
|
||
|
.pure-menu-heading {
|
||
|
color: #f0f0f0;
|
||
|
}
|
||
|
|
||
|
.pure-form > fieldset > input {
|
||
|
color: #101010;
|
||
|
}
|