change link color
This commit is contained in:
parent
5b710daaff
commit
8c8ef56f73
|
@ -133,3 +133,8 @@ body {
|
|||
#footer {
|
||||
padding-bottom: 5vw;
|
||||
}
|
||||
|
||||
:root {
|
||||
--bs-link-color: #fff200;
|
||||
--bs-link-hover-color: #fff200;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue