Firefox: fix sidebar color

This commit is contained in:
Meutel 2018-01-04 12:05:26 +01:00
parent 70a7fc483f
commit afc537226d
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#sidebar-box {
background-color: #333 !important;
background-color: rgb(59, 59, 62) !important;
}