remove bg from topbar

This commit is contained in:
Aadil Ayub 2022-01-12 17:35:23 +06:00
parent 01ef8b7e3f
commit dbf4ba8098
2 changed files with 1 additions and 4 deletions

View File

@ -29,10 +29,6 @@ input[type="checkbox"]:checked+label {
color: red; color: red;
} }
.topbar {
background-color: #00152d;
}
.gotop { .gotop {
background-color: rgba(255, 255, 255, 0.5); background-color: rgba(255, 255, 255, 0.5);
} }

View File

@ -85,6 +85,7 @@ textarea {
height: 45px; height: 45px;
margin: 0; margin: 0;
position: relative; position: relative;
border-bottom: 2px solid #ffffff0d;
} }
.topbar > div.topbar{ .topbar > div.topbar{