From 93a247dbf14e82605afcb089303b75852b9bf3ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Sat, 13 Apr 2024 19:43:04 +0100 Subject: [PATCH] Tweak Tufte links, more options for fonts --- tufte/tufte-main.css | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/tufte/tufte-main.css b/tufte/tufte-main.css index e0ba01e..e339fed 100644 --- a/tufte/tufte-main.css +++ b/tufte/tufte-main.css @@ -3,7 +3,7 @@ color: #111; padding: 5rem 0rem; font-size: 15px; - font-family: "EB Garamond", Garamond, serif; + font-family: "ET Book", Bembo, "EB Garamond", Garamond, serif; } #workskin #chapters .userstuff { @@ -110,18 +110,11 @@ -webkit-padding-start: 5%; } -#workskin a:link, -#workskin a:visited { +#workskin #chapters .userstuff a:link, +#workskin #chapters .userstuff a:visited { border-bottom: none; color: inherit; text-decoration: none; - background: linear-gradient(#fffff8, #fffff8), linear-gradient(#fffff8, #fffff8), linear-gradient(currentColor, currentColor); - -webkit-background-size: 0.05em 1px, 0.05em 1px, 1px 1px; - -moz-background-size: 0.05em 1px, 0.05em 1px, 1px 1px; - background-size: 0.05em 1px, 0.05em 1px, 1px 1px; - background-repeat: no-repeat, no-repeat, repeat-x; - text-shadow: 0.03em 0 #fffff8, -0.03em 0 #fffff8, 0 0.03em #fffff8, 0 -0.03em #fffff8, 0.06em 0 #fffff8, -0.06em 0 #fffff8, 0.09em 0 #fffff8, -0.09em 0 #fffff8, 0.12em 0 #fffff8, -0.12em 0 #fffff8, 0.15em 0 #fffff8, -0.15em 0 #fffff8; - background-position: 0% 93%, 100% 93%, 0% 93%; } #workskin #chapters .userstuff > pre,