mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Add dark theme
This commit is contained in:
parent
6bbbfcb919
commit
4bf0e538e4
5 changed files with 73 additions and 14 deletions
26
assets/css/darktheme.css
Normal file
26
assets/css/darktheme.css
Normal file
|
@ -0,0 +1,26 @@
|
|||
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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue