๐ŸŒ mirroring test!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: improve link a11y by adding focus and selection emphasis and revive <a> tag underline

+11 -1
+11 -1
main.css
··· 19 19 20 20 a { 21 21 color: #2196f3 !important; 22 + text-decoration: underline !important; 22 23 } 23 24 24 25 a:hover { 25 - text-decoration: underline; 26 + text-decoration: none !important; 27 + } 28 + 29 + a:focus { 30 + outline: solid 3px #ffc107; 31 + } 32 + 33 + ::selection { 34 + color: inherit; 35 + background: #ffc107; 26 36 } 27 37 28 38 strong {