Update common.css

This commit is contained in:
DJObleezy 2025-03-25 13:33:26 -07:00 committed by GitHub
parent d368f37541
commit 8dca2c41a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -418,3 +418,17 @@ h1 {
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
} }
} }
/* Navigation badges for notifications */
.nav-badge {
background-color: var(--primary-color);
color: var(--bg-color);
border-radius: 10px;
font-size: 0.7rem;
padding: 1px 5px;
min-width: 16px;
text-align: center;
display: none;
margin-left: 5px;
vertical-align: middle;
}