|
@@ -7,7 +7,7 @@ Description: Share your podcast with the world using Spearhead.
|
|
|
Requires at least: 5.5
|
|
|
Tested up to: 5.5
|
|
|
Requires PHP: 5.6.2
|
|
|
-Version: 1.3.4
|
|
|
+Version: 1.3.3
|
|
|
License: GNU General Public License v2 or later
|
|
|
License URI: LICENSE
|
|
|
Template: seedlet
|
|
@@ -159,6 +159,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
|
display: inline-block;
|
|
|
font-size: var(--entry-meta--font-size);
|
|
|
margin-top: 0;
|
|
|
+ text-decoration: 1px solid underline var(--global--color-primary);
|
|
|
}
|
|
|
|
|
|
.entry-content .more-link:hover {
|
|
@@ -187,14 +188,14 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
|
}
|
|
|
|
|
|
.has-link-color a, a {
|
|
|
- border-bottom: 1px solid;
|
|
|
border-color: transparent;
|
|
|
transition: all 0.1s ease;
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
|
|
|
.has-link-color a:hover, a:hover {
|
|
|
color: var(--global--color-primary-hover);
|
|
|
- border-color: var(--global--color-primary-hover);
|
|
|
+ text-decoration: 1px solid underline;
|
|
|
}
|
|
|
|
|
|
.wp-block a,
|
|
@@ -219,7 +220,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
|
}
|
|
|
|
|
|
.has-main-navigation .site-header a {
|
|
|
- border-bottom: 1px solid transparent;
|
|
|
+ text-decoration: none;
|
|
|
}
|
|
|
|
|
|
@media only screen and (max-width: 829px) {
|
|
@@ -277,6 +278,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
|
|
|
|
.site-header .site-branding .site-title > a {
|
|
|
background: inherit;
|
|
|
+ text-decoration: none;
|
|
|
text-shadow: none;
|
|
|
}
|
|
|
|
|
@@ -429,6 +431,10 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
|
|
|
margin: 0;
|
|
|
}
|
|
|
|
|
|
+.site-footer .menu-item a {
|
|
|
+ border-bottom: none;
|
|
|
+}
|
|
|
+
|
|
|
.site-footer > .site-info {
|
|
|
font-family: var(--global--font-secondary);
|
|
|
}
|