clor visisted

This commit is contained in:
2025-05-23 16:17:40 +02:00
parent a6a0e7bf89
commit 8c8998f4db
2 changed files with 10 additions and 0 deletions
@@ -171,9 +171,13 @@
color: white;
}
a {
color: $blue-dark;
&:hover{
color: white;
}
:visited{
color: $blue-dark;
}
}
&.button-videos{