fix nav link colors

This commit is contained in:
Simon Vieille 2023-11-17 20:17:26 +01:00
parent fc8e74c772
commit 73b9f98297
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 20 additions and 15 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,10 @@
:root {
--link-color: #1e3650;
--bs-link-color: var(--link-color);
}
a {
color: #1e3650;
color: var(--link-color);
}
.btn-primary {