mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
minor color scheme changes
This commit is contained in:
parent
5ddf7889fe
commit
eaded6cbda
2 changed files with 11 additions and 10 deletions
|
@ -9,7 +9,7 @@ a {
|
|||
}
|
||||
|
||||
body {
|
||||
background-color: #232323;
|
||||
background-color: rgba(35, 35, 35, 1);
|
||||
color: #f0f0f0;
|
||||
}
|
||||
|
||||
|
@ -25,7 +25,7 @@ body {
|
|||
.pure-control-group > input,
|
||||
.pure-form > fieldset > select,
|
||||
.pure-control-group > select {
|
||||
color: #232323;
|
||||
color: rgba(35, 35, 35, 1);
|
||||
}
|
||||
|
||||
.navbar > .searchbar input {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue