mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2025-05-23 22:19:00 +00:00
Fixed invisible link in footer
This commit is contained in:
parent
75124ce773
commit
ff5e0abfbb
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ footer {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
box-sizing:border-box;
|
box-sizing:border-box;
|
||||||
}
|
}
|
||||||
footer a:link {
|
footer a:link, footer a:visited, footer a:hover, footer a:active {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue