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:
authorDamien Caselli <damien.caselli@manomano.com>2021-04-02 11:52:02 +0300
committerDamien Caselli <damien.caselli@manomano.com>2021-04-02 11:52:02 +0300
commit17a1f57512f314be028f2cd113f64089824f6918 (patch)
treec1cf31664e0e5ea23275c319bcb823e2ce188e2c
parent8bf9aeba3d82228611463ca11b46fee05a46e6f5 (diff)
fix: improve links underline accessibilityHEADmain
-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;