This commit is contained in:
valentina 2024-06-28 13:04:50 +02:00
parent 4d63b67023
commit 01889d6321
1 changed files with 5 additions and 1 deletions

View File

@ -31,7 +31,11 @@
}
a {
color: black;
color: #333;
}
a:hover {
color: #000;
}
.preloader{