underline only containter link

This commit is contained in:
Sarah Jamie Lewis 2022-12-15 09:45:09 -08:00
parent 40544074c9
commit fb5f1c2685
1 changed files with 3 additions and 0 deletions

View File

@ -161,6 +161,9 @@ footer h5 {
a {
color: #fff;
font-weight: bold;
}
.container > a {
text-decoration: underline;
}