File tree Expand file tree Collapse file tree 1 file changed +21
-13
lines changed Expand file tree Collapse file tree 1 file changed +21
-13
lines changed Original file line number Diff line number Diff line change 6
6
font-weight : 300 ;
7
7
font-style : normal;
8
8
color : # 050E1A ;
9
- background-color : # FFF ;
9
+ background-color : # F6F6F6 ;
10
10
text-rendering : optimizelegibility;
11
11
letter-spacing : 1px ;
12
12
line-height : 25px ;
@@ -17,46 +17,46 @@ body {
17
17
}
18
18
19
19
body header {
20
- border-bottom : 1px solid # AAA ;
21
- background-color : # DDD ;
22
- color : # 444 ;
23
- height : 110 px ;
24
- text-shadow : rgb ( 245 , 245 , 245 ) 0 px 2 px 1 px ;
20
+ border-bottom : 1px solid # DDD ;
21
+ background-color : # FAFAFA ;
22
+ color : # 666 ;
23
+ height : 50 px ;
24
+ text-shadow : none ;
25
25
}
26
26
27
27
body header div {
28
- height : 110 px ;
28
+ height : 50 px ;
29
29
max-width : 800px ;
30
30
margin : 0 auto;
31
31
}
32
32
33
33
body header div h1 {
34
34
display : inline-block;
35
- line-height : 110 px ;
35
+ line-height : 50 px ;
36
36
vertical-align : middle;
37
37
padding : 0px ;
38
38
margin : 0px 0px 0px 20px ;
39
39
font-style : normal;
40
40
text-transform : uppercase;
41
41
font-weight : 300 ;
42
- font-size : 20 px ;
42
+ font-size : 18 px ;
43
43
}
44
44
45
45
body header div span # pinned {
46
46
position : relative;
47
47
float : right;
48
- margin : 45 px 20px 0px 0px ;
48
+ margin : 14 px 20px 0px 0px ;
49
49
}
50
50
51
51
body header div span # pinned a {
52
52
margin-left : 10px ;
53
- font-size : 20 px ;
53
+ font-size : 16 px ;
54
54
text-decoration : none;
55
55
color : # 444 ;
56
56
}
57
57
58
58
main {
59
- padding-top : 20 px ;
59
+ padding-top : 10 px ;
60
60
border-top : 1px solid # FFF ;
61
61
text-shadow : rgb (255 , 255 , 255 ) 0px 2px 1px ;
62
62
}
@@ -69,13 +69,21 @@ article {
69
69
70
70
article header {
71
71
border-bottom : 1px solid # AAA ;
72
- background-color : # FFF ;
72
+ background-color : # F6F6F6 ;
73
73
color : # 444 ;
74
74
height : 25px ;
75
+ text-shadow : none;
76
+ }
77
+
78
+ article h1 {
79
+ margin : 0px ;
80
+ font-size : 25px ;
81
+ font-weight : 300 ;
75
82
}
76
83
77
84
article h2 {
78
85
font-size : 20px ;
86
+ font-weight : 300 ;
79
87
}
80
88
81
89
article a {
You can’t perform that action at this time.
0 commit comments