Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/damiencaselli/paperback.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/css/paperback.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/css/paperback.css b/static/css/paperback.css
index fb85d5e..8311be3 100644
--- a/static/css/paperback.css
+++ b/static/css/paperback.css
@@ -54,6 +54,13 @@ a {
border-bottom: 0;
}
+@supports (text-decoration-skip-ink: auto) {
+ a {
+ text-decoration: underline;
+ border-bottom: 0;
+ }
+}
+
ol, ul {
margin: 0 0 1rem 1.25rem;
padding: 0;