Bug fix + UI improvements.

This commit is contained in:
Daniel
2022-06-24 00:57:23 +04:30
parent 73173a603e
commit 9328654489
9 changed files with 76 additions and 36 deletions
+5 -7
View File
@@ -17,18 +17,11 @@
text-decoration: underline;
}
.pro-sidebar-layout {
background: #384952;
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);
}
.sidebar-icon {
@@ -55,3 +48,8 @@
.sidebar-item-prefix {
font-family: "Font Awesome 5 Free";
}
.pro-sidebar-layout * {
color: white;
text-shadow: none;
}