mirror of
https://github.com/godotengine/discourse-theme.git
synced 2025-12-31 17:48:45 +03:00
Navigation and alert style updates
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user