Skip to content

Commit de1e55c

Browse files
committed
Less intrusive text shadows.
1 parent c4f5d03 commit de1e55c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/default.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ a, .header a:visited {
1919

2020
a:hover {
2121
text-decoration: underline;
22-
text-shadow: 0 0 1px #DCEEF5;
22+
text-shadow: 0 0 0 #DCEEF5;
2323
}
2424

2525
hr {
@@ -52,7 +52,7 @@ body {
5252
text-rendering: optimizeLegibility;
5353
color: #373837;
5454
font-family: Palatino, "Palatino Linotype", serif;
55-
text-shadow: 0 0 1px #fff;
55+
text-shadow: 0 0 0 transparent;
5656
font-size: 14px;
5757
line-height: 20px;
5858
margin: 20px;

0 commit comments

Comments
 (0)