@@ -25,14 +25,14 @@ article, header, section, footer {
25
25
/* Colors */
26
26
body {
27
27
background-color : # 002b36 ;
28
- color : # 93a1a1 ;
28
+ color : # 839496 ;
29
29
}
30
30
h1 , h2 , h3 , h4 , h5 ,
31
31
h1 a , h2 a , h3 a , h4 a , h5 a {
32
32
color : # b58900 ;
33
33
}
34
34
a , .header a : visited {
35
- color : # 268bd2 ;
35
+ color : # b58900 ;
36
36
text-decoration : none;
37
37
}
38
38
@@ -81,14 +81,14 @@ body {
81
81
text-rendering : optimizeLegibility;
82
82
font-family : 'Palatino Linotype' , 'Book Antiqua' , Palatino, FreeSerif, serif;;
83
83
text- shadow: 0 0 0 transparent;
84
- font- size: 16px ;
84
+ font- size: 18px ;
85
85
line-height: 22px;
86
86
margin: 22px;
87
87
}
88
88
89
- pre {
89
+ code {
90
90
font-family : Monaco, Monospace;
91
- font-size : 14 px ;
91
+ font-size : 18 px ;
92
92
}
93
93
94
94
h1 , h2 , h3 , h4 , h5 ,
@@ -99,13 +99,13 @@ h1 a, h2 a, h3 a, h4 a, h5 a {
99
99
font-weight : lighter;
100
100
}
101
101
102
- h1 { font-size : 30 px ; line-height : 44px ; }
103
- h2 { font-size : 22 px ; line-height : 44 px ; }
104
- h3 { font-size : 18 px ; line-height : 22 px ; }
102
+ h1 { font-size : 28 px ; line-height : 44px ; }
103
+ h2 { font-size : 24 px ; line-height : 36 px ; }
104
+ h3 { font-size : 20 px ; line-height : 24 px ; }
105
105
106
- .highlight { background : # fdf6e3 ; color : # 657b83 ; line-height : 1 em ; font-size : 13 px ; }
107
- .highlight .lineno { background-color : # eee8d5 ; color : # 93a1a1 ; padding-left : .5 em ; padding-right : .5 em ; }
108
- .highlight .hll { background-color : # eee8d5 ; } /* Don't know what this is... */
106
+ .highlight { background : # 073642 ; color : # 839496 ; font-size : 18 px ; line-height : 18 px ; }
107
+ .highlight .lineno { background-color : # 002b36 ; color : # 93a1a1 ; padding : 0 8 px ; }
108
+ .highlight .hll { background-color : # 002b36 ; } /* Don't know what this is... */
109
109
.highlight .c { color : # 93a1a1 ; font-style : italic; } /* Comment */
110
110
.highlight .err { color : # dc322f ; } /* Error */
111
111
.highlight .g { color : # 839496 ; } /* Generic */
0 commit comments