Switch to dark mode
This commit is contained in:
parent
e4aab38353
commit
b6609b3380
6 changed files with 151 additions and 86 deletions
|
@ -227,29 +227,29 @@ a:visited {
|
|||
text-shadow: unset;
|
||||
}
|
||||
|
||||
a:link, .tufte-underline, .hover-tufte-underline:hover {
|
||||
text-decoration: none;
|
||||
background: -webkit-linear-gradient(#fffff8, #fffff8), -webkit-linear-gradient(#fffff8, #fffff8), -webkit-linear-gradient(currentColor, currentColor);
|
||||
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%;
|
||||
}
|
||||
/* a:link, .tufte-underline, .hover-tufte-underline:hover { */
|
||||
/* text-decoration: none; */
|
||||
/* background: -webkit-linear-gradient(#fffff8, #fffff8), -webkit-linear-gradient(#fffff8, #fffff8), -webkit-linear-gradient(currentColor, currentColor); */
|
||||
/* 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%; */
|
||||
/* } */
|
||||
|
||||
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
||||
a:link, .tufte-underline, .hover-tufte-underline:hover {
|
||||
background-position-y: 87%, 87%, 87%;
|
||||
}
|
||||
}
|
||||
/* @media screen and (-webkit-min-device-pixel-ratio: 0) { */
|
||||
/* a:link, .tufte-underline, .hover-tufte-underline:hover { */
|
||||
/* background-position-y: 87%, 87%, 87%; */
|
||||
/* } */
|
||||
/* } */
|
||||
|
||||
a:link::selection,
|
||||
a:link::-moz-selection {
|
||||
text-shadow: 0.03em 0 #b4d5fe, -0.03em 0 #b4d5fe, 0 0.03em #b4d5fe, 0 -0.03em #b4d5fe, 0.06em 0 #b4d5fe, -0.06em 0 #b4d5fe, 0.09em 0 #b4d5fe, -0.09em 0 #b4d5fe, 0.12em 0 #b4d5fe, -0.12em 0 #b4d5fe, 0.15em 0 #b4d5fe, -0.15em 0 #b4d5fe;
|
||||
background: #b4d5fe;
|
||||
}
|
||||
/* a:link::selection, */
|
||||
/* a:link::-moz-selection { */
|
||||
/* text-shadow: 0.03em 0 #b4d5fe, -0.03em 0 #b4d5fe, 0 0.03em #b4d5fe, 0 -0.03em #b4d5fe, 0.06em 0 #b4d5fe, -0.06em 0 #b4d5fe, 0.09em 0 #b4d5fe, -0.09em 0 #b4d5fe, 0.12em 0 #b4d5fe, -0.12em 0 #b4d5fe, 0.15em 0 #b4d5fe, -0.15em 0 #b4d5fe; */
|
||||
/* background: #b4d5fe; */
|
||||
/* } */
|
||||
|
||||
/* Sidenotes, margin notes, figures, captions */
|
||||
img {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue