mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05: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…
Reference in a new issue