We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc54f64 commit af6f5f2Copy full SHA for af6f5f2
full.css
@@ -1732,16 +1732,16 @@ body.mobile.expanded .splash-wrapper::before {
1732
pointer-events: auto;
1733
}
1734
1735
-.splash-wrapper .loading-subtitle a {
+a.link[href] {
1736
color: var(--rosemary-lightness-deluxe);
1737
text-decoration: none;
1738
1739
1740
-.splash-wrapper a:active {
+a.link[href]:active {
1741
text-decoration: underline;
1742
1743
1744
-body:not(.mobile) .splash-wrapper a:hover {
+body:not(.mobile) a.link[href]:hover {
1745
1746
1747
0 commit comments