Tweak Tufte links, more options for fonts

master
trémeur 8 months ago
parent a9ed570aa8
commit 93a247dbf1

@ -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,

Loading…
Cancel
Save