add tumblr background color to topbar

This commit is contained in:
Aadil Ayub 2022-01-12 17:52:38 +06:00
parent dbf4ba8098
commit 8e0b6f6610
1 changed files with 5 additions and 1 deletions

View File

@ -75,6 +75,10 @@ input[type="checkbox"]:checked+label {
color: white;
}
.topbar {
background-color: #001935;
}
.new {
background-color:white;
}