Auto commit: 2026-01-22T19:47:46.140Z
This commit is contained in:
parent
5f1e8da6e1
commit
cb79e64ca1
@ -28,6 +28,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
|
||||
.navbar-brand {
|
||||
font-family: var(--font-heading);
|
||||
font-weight: 700;
|
||||
font-size: 1.5rem;
|
||||
color: var(--primary-color) !important;
|
||||
}
|
||||
@ -42,6 +43,11 @@ h1, h2, h3, h4, h5, h6 {
|
||||
color: var(--primary-color) !important;
|
||||
}
|
||||
|
||||
/* Bold icons in navbar to match font weight */
|
||||
.navbar-nav .nav-link i.bi {
|
||||
-webkit-text-stroke: 1px currentColor;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background-color: var(--primary-color);
|
||||
border-color: var(--primary-color);
|
||||
|
||||
@ -28,6 +28,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
|
||||
.navbar-brand {
|
||||
font-family: var(--font-heading);
|
||||
font-weight: 700;
|
||||
font-size: 1.5rem;
|
||||
color: var(--primary-color) !important;
|
||||
}
|
||||
@ -42,6 +43,11 @@ h1, h2, h3, h4, h5, h6 {
|
||||
color: var(--primary-color) !important;
|
||||
}
|
||||
|
||||
/* Bold icons in navbar to match font weight */
|
||||
.navbar-nav .nav-link i.bi {
|
||||
-webkit-text-stroke: 1px currentColor;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background-color: var(--primary-color);
|
||||
border-color: var(--primary-color);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user