We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b298ff commit c001fa1Copy full SHA for c001fa1
1 file changed
media/commitfest/css/commitfest.css
@@ -110,10 +110,9 @@ nav[aria-label="breadcrumb"] .float-end {
110
font-size: 0.875rem;
111
}
112
113
-/* Override Bootstrap warning color to be less harsh */
114
-.badge.bg-warning {
115
- background-color: #cc8500 !important; /* Muted amber/gold instead of bright yellow */
116
- color: white !important;
+:root {
+ --bs-info-rgb: 0, 178, 214;
+ --bs-warning-rgb: 204, 133, 1;
117
118
119
/* Remove underlines from tag links */
0 commit comments