mirror of
https://github.com/JonasunderscoreJones/jonasjones.dev.git
synced 2025-10-23 00:49:19 +02:00
Fixed an issue with link font colors
Fixed the <a> tag font colors with difference between normal and hover
This commit is contained in:
parent
39a76d873b
commit
b0479811fd
1 changed files with 8 additions and 0 deletions
|
@ -24,6 +24,14 @@ body {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
a {
|
||||
color: rgb(0, 255, 0);
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.parallax-background {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue