Skip to content

Commit b960d55

Browse files
committed
Removed obsolete workaround for link underlines
1 parent 3a39ce5 commit b960d55

1 file changed

Lines changed: 0 additions & 26 deletions

File tree

site-style.css.pp

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -97,34 +97,8 @@
9797
.vid-wrapper { margin-left: auto; margin-right: auto; max-width: 100%; }
9898
video { border-radius: 10px; }
9999
100-
◊; Taken from Tufte-css. Plain, underlined links without cutting
101-
◊; through descenders.
102100
a:link, a:visited { color: inherit; }
103101
104-
a:link {
105-
text-decoration: none;
106-
background: -webkit-linear-gradient(◊|background-color|, ◊|background-color|), -webkit-linear-gradient(◊|background-color|, ◊|background-color|), -webkit-linear-gradient(#333, #333);
107-
background: linear-gradient(◊|background-color|, ◊|background-color|), linear-gradient(◊|background-color|, ◊|background-color|), linear-gradient(#333, #333);
108-
-webkit-background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
109-
-moz-background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
110-
background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
111-
background-repeat: no-repeat, no-repeat, repeat-x;
112-
text-shadow: 0.03em 0 ◊|background-color|, -0.03em 0 ◊|background-color|, 0 0.03em ◊|background-color|, 0 -0.03em ◊|background-color|, 0.06em 0 ◊|background-color|, -0.06em 0 ◊|background-color|, 0.09em 0 ◊|background-color|, -0.09em 0 ◊|background-color|, 0.12em 0 ◊|background-color|, -0.12em 0 ◊|background-color|, 0.15em 0 ◊|background-color|, -0.15em 0 ◊|background-color|;
113-
background-position: 0% 93%, 100% 93%, 0% 93%;
114-
}
115-
116-
@media screen and (-webkit-min-device-pixel-ratio: 0) { a:link { background-position-y: 87%, 87%, 87%; } }
117-
118-
a:link::selection {
119-
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;
120-
background: #b4d5fe;
121-
}
122-
123-
a:link::-moz-selection {
124-
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;
125-
background: #b4d5fe;
126-
}
127-
128102
◊; Core styles for commonly used elements.
129103
p, li, blockquote {line-height: 1.5;}
130104
ul {list-style: circle outside;}

0 commit comments

Comments
 (0)