Remove text underline from lists (#574)

zio/stable
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
1 changed files with 3 additions and 0 deletions

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] {