color link :visited

This commit is contained in:
2023-11-23 16:14:27 +01:00
parent ec8b09383a
commit 69afe1f2d9
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -140,6 +140,9 @@ a {
:link {
color: black; }
:visited {
color: black; }
/*partials*/
header {
display: block;
@@ -8,3 +8,6 @@ a{
color: black;
}
:visited{
color: black;
}