minor color scheme changes

This commit is contained in:
dimqua
2018-08-04 02:26:12 +03:00
parent 5ddf7889fe
commit eaded6cbda
2 changed files with 11 additions and 10 deletions

View File

@@ -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 {