Skip to content

Commit 622cb51

Browse files
committed
Less intrusive text shadows and slightly bigger text.
1 parent c4f5d03 commit 622cb51

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

css/default.css

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,31 +19,31 @@ 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 {
2626
border-top: 1px solid #eee;
27-
margin: 19px 0 20px 0;
27+
margin: 21px 0 22px 0;
2828
}
2929

3030
/* Layout (margins, padding) */
3131

3232
pre {
33-
padding: 20px;
34-
line-height: 20px;
35-
margin: 20px 0;
33+
padding: 22px;
34+
line-height: 22px;
35+
margin: 22px 0;
3636
}
3737

38-
p, .header { margin-bottom: 20px; }
38+
p, .header { margin-bottom: 22px; }
3939

4040
ul {
4141
list-style: none;
4242
}
4343

4444
ul, ol {
45-
margin-left: 20px;
46-
margin-bottom: 20px;
45+
margin-left: 22px;
46+
margin-bottom: 22px;
4747
}
4848

4949
/* Typography */
@@ -52,24 +52,25 @@ body {
5252
text-rendering: optimizeLegibility;
5353
color: #373837;
5454
font-family: Palatino, "Palatino Linotype", serif;
55-
text-shadow: 0 0 1px #fff;
56-
font-size: 14px;
57-
line-height: 20px;
58-
margin: 20px;
55+
text-shadow: 0 0 0 transparent;
56+
font-size: 16px;
57+
line-height: 22px;
58+
margin: 22px;
5959
}
6060

6161
pre {
6262
font-family: Monaco, Monospace;
63+
font-size: 14px;
6364
}
6465

6566
h1, h2, h3 {
6667
margin: 0;
6768
padding: 0;
6869
}
6970

70-
h1 { font-size: 25px; line-height: 40px; }
71-
h2 { font-size: 20px; line-height: 40px; }
72-
h3 { font-size: 16px; line-height: 20px; }
71+
h1 { font-size: 30px; line-height: 44px; }
72+
h2 { font-size: 22px; line-height: 44px; }
73+
h3 { font-size: 18px; line-height: 22px; }
7374

7475
/* Syntax Highlighting */
7576
.highlight .hll { background-color: #ffffcc }

0 commit comments

Comments
 (0)