Skip to content

Commit 47abe60

Browse files
committed
Address review: pin visited title link colour (issue #4931xxx)
Guard the title anchor against global a:visited author rules bleeding the browser visited-link colour into the title text.
1 parent 6a83088 commit 47abe60

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • client/my-sites/stats/videopress-stats-module

client/my-sites/stats/videopress-stats-module/style.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@
101101
font-size: $font-body-small;
102102
font-weight: 500;
103103
text-decoration: none;
104+
105+
&:visited {
106+
color: var(--color-text);
107+
}
104108
}
105109

106110
&::before {

0 commit comments

Comments
 (0)