Auto commit: 2026-01-22T19:47:46.140Z

This commit is contained in:
Flatlogic Bot 2026-01-22 19:47:46 +00:00
parent 5f1e8da6e1
commit cb79e64ca1
2 changed files with 12 additions and 0 deletions

View File

@ -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);

View File

@ -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);