Fixed an issue with link font colors

Fixed the <a> tag font colors with difference between normal and hover
This commit is contained in:
J-onasJones 2023-09-27 14:10:33 +02:00
parent 39a76d873b
commit b0479811fd

View file

@ -24,6 +24,14 @@ body {
text-align: center;
}
a {
color: rgb(0, 255, 0);
}
a:hover {
color: green;
}
.parallax-background {
position: fixed;
top: 0;