Adjust colors a teensy bit

Make a bit less ultra-dark blue
This commit is contained in:
Fabian Homborg
2021-06-02 18:59:42 +02:00
parent 64bbc8b304
commit c2b35d3171
2 changed files with 8 additions and 8 deletions

View File

@@ -634,7 +634,7 @@ img.delete_icon {
@media (prefers-color-scheme: dark) {
body {
background: linear-gradient(to top, #272f4f 0%,#03133a 100%);
background: linear-gradient(to top, #171f2f 0%,#03131a 100%);
color: #DDD;
}
@@ -645,11 +645,11 @@ img.delete_icon {
background-color: black;
}
.selected_tab {
background-color: #151525;
background-color: #202028;
}
#tab_contents {
background-color: #151525;
background-color: #202028;
}
.detail, .selected_master_elem {
background-color: black;