Skip to content

Commit 1ba6801

Browse files
committed
Change style sheets
1 parent ea862f5 commit 1ba6801

File tree

1 file changed

+21
-13
lines changed

1 file changed

+21
-13
lines changed

resources/css/site.css

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body {
66
font-weight: 300;
77
font-style: normal;
88
color: #050E1A;
9-
background-color: #FFF;
9+
background-color: #F6F6F6;
1010
text-rendering: optimizelegibility;
1111
letter-spacing: 1px;
1212
line-height: 25px;
@@ -17,46 +17,46 @@ body {
1717
}
1818

1919
body header {
20-
border-bottom: 1px solid #AAA;
21-
background-color: #DDD;
22-
color: #444;
23-
height: 110px;
24-
text-shadow: rgb(245, 245, 245) 0px 2px 1px;
20+
border-bottom: 1px solid #DDD;
21+
background-color: #FAFAFA;
22+
color: #666;
23+
height: 50px;
24+
text-shadow: none;
2525
}
2626

2727
body header div {
28-
height: 110px;
28+
height: 50px;
2929
max-width: 800px;
3030
margin: 0 auto;
3131
}
3232

3333
body header div h1 {
3434
display: inline-block;
35-
line-height: 110px;
35+
line-height: 50px;
3636
vertical-align: middle;
3737
padding: 0px;
3838
margin: 0px 0px 0px 20px;
3939
font-style: normal;
4040
text-transform: uppercase;
4141
font-weight: 300;
42-
font-size: 20px;
42+
font-size: 18px;
4343
}
4444

4545
body header div span#pinned {
4646
position: relative;
4747
float: right;
48-
margin: 45px 20px 0px 0px;
48+
margin: 14px 20px 0px 0px;
4949
}
5050

5151
body header div span#pinned a {
5252
margin-left: 10px;
53-
font-size: 20px;
53+
font-size: 16px;
5454
text-decoration: none;
5555
color: #444;
5656
}
5757

5858
main {
59-
padding-top: 20px;
59+
padding-top: 10px;
6060
border-top: 1px solid #FFF;
6161
text-shadow: rgb(255, 255, 255) 0px 2px 1px;
6262
}
@@ -69,13 +69,21 @@ article {
6969

7070
article header {
7171
border-bottom: 1px solid #AAA;
72-
background-color: #FFF;
72+
background-color: #F6F6F6;
7373
color: #444;
7474
height: 25px;
75+
text-shadow: none;
76+
}
77+
78+
article h1 {
79+
margin: 0px;
80+
font-size: 25px;
81+
font-weight: 300;
7582
}
7683

7784
article h2 {
7885
font-size: 20px;
86+
font-weight: 300;
7987
}
8088

8189
article a {

0 commit comments

Comments
 (0)