change link color

This commit is contained in:
Florian Sorg 2023-07-20 00:38:11 +02:00
parent 5b710daaff
commit 8c8ef56f73
1 changed files with 5 additions and 0 deletions

View File

@ -133,3 +133,8 @@ body {
#footer {
padding-bottom: 5vw;
}
:root {
--bs-link-color: #fff200;
--bs-link-hover-color: #fff200;
}