Skip to content

Commit 6a8a556

Browse files
authored
Merge pull request #11 from OpenSourceOrg/fix/10-cpt-articles-not-clickable
Make press-mention's title linkable in the single page
2 parents 45f178a + 05bb23f commit 6a8a556

File tree

7 files changed

+12485
-4
lines changed

7 files changed

+12485
-4
lines changed

themes/osi/assets/css/editor-style.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/osi/assets/css/editor-style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/osi/assets/scss/_6_components.wp-content.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,22 @@
167167
}
168168
}
169169

170+
.single-press-mentions {
171+
172+
h1.entry-title {
173+
174+
a {
175+
color: var(--wp--preset--color--neutral-dark);
176+
177+
&:hover, &:focus {
178+
color: var(--wp--preset--color--brand-links);
179+
}
180+
181+
}
182+
}
183+
184+
}
185+
170186
.single {
171187

172188
.post--title {

0 commit comments

Comments
 (0)