add links to footer
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-06-13 13:07:24 +05:00
parent 598c902b9c
commit 81500127c3
2 changed files with 75 additions and 79 deletions

View File

@ -49,6 +49,7 @@ ul.wp-block-navigation.mobile-header-nav li {
height: 100%
}
/* Removing default underline for most links */
.post-title a {
text-decoration: none;
}
@ -56,4 +57,13 @@ ul.wp-block-navigation.mobile-header-nav li {
.post-title a:hover,
.post-title a:focus {
text-decoration: underline;
}
.site-footer a {
text-decoration: none;
}
.site-footer a:hover,
.site-footer a:focus {
text-decoration: underline;
}