mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-31 14:11:54 +05:30
minor color scheme changes
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user