css: Some minor adjustments

Make borders less bright in dark version, add some padding to the body.
This commit is contained in:
Fabian Homborg
2021-06-10 20:51:37 +02:00
parent f073bf59a8
commit f6a6537f7b
2 changed files with 15 additions and 1 deletions

View File

@@ -648,9 +648,11 @@ img.delete_icon {
}
.tab {
background-color: black;
border: 1px solid #222;
}
.selected_tab {
background-color: #202028;
border-bottom: none;
}
#tab_contents {