Skip to content

Commit af6f5f2

Browse files
committed
Update full.css
1 parent cc54f64 commit af6f5f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

full.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,16 +1732,16 @@ body.mobile.expanded .splash-wrapper::before {
17321732
pointer-events: auto;
17331733
}
17341734

1735-
.splash-wrapper .loading-subtitle a {
1735+
a.link[href] {
17361736
color: var(--rosemary-lightness-deluxe);
17371737
text-decoration: none;
17381738
}
17391739

1740-
.splash-wrapper a:active {
1740+
a.link[href]:active {
17411741
text-decoration: underline;
17421742
}
17431743

1744-
body:not(.mobile) .splash-wrapper a:hover {
1744+
body:not(.mobile) a.link[href]:hover {
17451745
text-decoration: underline;
17461746
}
17471747

0 commit comments

Comments
 (0)