change the way links look in the footer

change the footer links to white bold underline

Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
master
Toshaan Bharvani 2 years ago
parent 56313c5baf
commit 39a2aabe81

@ -11,7 +11,9 @@
a { a {
color: white; color: white;
&:hover { &:hover {
color: #2566f4; color: white;
text-decoration: underline;
font-weight: bold;
} }
} }
.copyright-footer { .copyright-footer {

Loading…
Cancel
Save