Sidebar UI improvement.

This commit is contained in:
Daniel
2022-06-16 15:21:57 +04:30
parent 10d3a05c1d
commit 4d0f4425ea
2 changed files with 15 additions and 2 deletions
+8
View File
@@ -25,3 +25,11 @@
text-shadow: none;
color: white;
}
.badge {
padding: 3px 10px;
font-size: 0.8rem;
letter-spacing: 1px;
border-radius: 14px;
background-color: rgb(52, 121, 181);
}