Skip to content

Commit e5d849e

Browse files
committed
Tweak new style
1 parent e7374b5 commit e5d849e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

css/default.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ article, header, section, footer {
2525
/* Colors */
2626
body {
2727
background-color: #002b36;
28-
color: #93a1a1;
28+
color: #839496;
2929
}
3030
h1, h2, h3, h4, h5,
3131
h1 a, h2 a, h3 a, h4 a, h5 a {
3232
color: #b58900;
3333
}
3434
a, .header a:visited {
35-
color: #268bd2;
35+
color: #b58900;
3636
text-decoration: none;
3737
}
3838

@@ -81,14 +81,14 @@ body {
8181
text-rendering: optimizeLegibility;
8282
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;;
8383
text-shadow: 0 0 0 transparent;
84-
font-size: 16px;
84+
font-size: 18px;
8585
line-height: 22px;
8686
margin: 22px;
8787
}
8888

89-
pre {
89+
code {
9090
font-family: Monaco, Monospace;
91-
font-size: 14px;
91+
font-size: 18px;
9292
}
9393

9494
h1, h2, h3, h4, h5,
@@ -99,13 +99,13 @@ h1 a, h2 a, h3 a, h4 a, h5 a {
9999
font-weight: lighter;
100100
}
101101

102-
h1 { font-size: 30px; line-height: 44px; }
103-
h2 { font-size: 22px; line-height: 44px; }
104-
h3 { font-size: 18px; line-height: 22px; }
102+
h1 { font-size: 28px; line-height: 44px; }
103+
h2 { font-size: 24px; line-height: 36px; }
104+
h3 { font-size: 20px; line-height: 24px; }
105105

106-
.highlight { background: #fdf6e3; color: #657b83; line-height: 1em; font-size: 13px; }
107-
.highlight .lineno { background-color: #eee8d5; color: #93a1a1; padding-left: .5em; padding-right: .5em; }
108-
.highlight .hll { background-color: #eee8d5; } /* Don't know what this is... */
106+
.highlight { background: #073642; color: #839496; font-size: 18px; line-height: 18px; }
107+
.highlight .lineno { background-color: #002b36; color: #93a1a1; padding: 0 8px; }
108+
.highlight .hll { background-color: #002b36; } /* Don't know what this is... */
109109
.highlight .c { color: #93a1a1; font-style: italic; } /* Comment */
110110
.highlight .err { color: #dc322f; } /* Error */
111111
.highlight .g { color: #839496; } /* Generic */

0 commit comments

Comments
 (0)