Skip to content

Commit 8278b7f

Browse files
committed
more solarized and more whitespace
1 parent e9276dc commit 8278b7f

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

css/default.css

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ article, header, section, footer {
2323
}
2424

2525
/* Colors */
26-
26+
body {
27+
background-color: #073642;
28+
color: #93a1a1;
29+
}
2730
a, .header a:visited {
2831
color: #268bd2;
2932
text-decoration: none;
@@ -35,15 +38,22 @@ a:hover {
3538
}
3639

3740
footer {
38-
border-top: 1px solid #eee;
41+
border-top: 1px solid #073642;
3942
padding-top: 22px;
4043
margin: 21px 0 22px 0;
41-
color: #888;
44+
color: #586e75;
4245
font-size: 14px;
4346
}
4447

4548
/* Layout (margins, padding) */
46-
49+
header {
50+
margin-top: 50px;
51+
margin-left: 100px;
52+
}
53+
section.content {
54+
margin-left: 100px;
55+
margin-right: 100px;
56+
}
4757
pre {
4858
padding: 22px;
4959
line-height: 22px;
@@ -65,7 +75,6 @@ ul, ol {
6575

6676
body {
6777
text-rendering: optimizeLegibility;
68-
color: #002b36;
6978
font-family: Palatino, "Palatino Linotype", serif;
7079
text-shadow: 0 0 0 transparent;
7180
font-size: 16px;

0 commit comments

Comments
 (0)