This commit is contained in:
@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user