Navigation and alert style updates

This commit is contained in:
Emi
2023-11-22 17:52:07 +01:00
parent d8aab76d3e
commit 70f67633c1

View File

@@ -36,6 +36,23 @@
}
/* Alert banner */
.alert.alert-info {
border-radius: var(--theme-radius);
}
/* Navigation bar elements */
.nav-pills > li > a, .nav-pills > li button {
border-radius: var(--theme-radius);
}
.nav-pills > li > a:hover, .nav-pills > li button:hover {
color: #fff;
background-color: #f573895c;
}
/* Circles for Badge Bullets */