Remove text underline from lists ()

This commit is contained in:
Ollie H 2023-05-03 22:54:22 -07:00 committed by GitHub
parent 011baa78c1
commit 4ef853ef6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,6 +69,9 @@
a[role="link"]:hover {
text-decoration: underline;
}
a[role="link"][data-no-underline="1"]:hover {
text-decoration: none;
}
/* Styling hacks */
*[data-word-wrap] {