Skip to content

Commit

Permalink
Black in memoriam aaronsw
Browse files Browse the repository at this point in the history
  • Loading branch information
ejamesc committed Jan 13, 2013
1 parent 363eff3 commit 25012b3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Use it to make something cool, have fun, and share what you've learned with othe

/* =General
-------------------------------------------------------------- */
body {font-family: Georgia, Serif;}
body {font-family: Georgia, Serif; background: #111; color: #eee;}
/* Initialize HTML5 elements */
article, aside, details, figcaption, figure, footer, header, hgroup, img, menu, nav, section, svg {
display: block
Expand Down Expand Up @@ -210,7 +210,8 @@ a:hover { text-decoration: underline;}
display: block;
line-height: 2em;
padding: 0.2em 1em;
color: #000;
color: #eee;
/*color: #000;*/
text-decoration: none;
}
#access ul ul {
Expand Down Expand Up @@ -345,7 +346,8 @@ a.subtle:hover {color: #f8941d;}

.front-h1 {
font-size: 30px;
border-bottom: 3px solid #000;
border-bottom: 3px solid #eee;
/*border-bottom: 3px solid #000;*/
margin-bottom: 20px;
padding-bottom: 10px;
}
Expand All @@ -370,7 +372,8 @@ a.subtle:hover {color: #f8941d;}
}
.entry-title {line-height: 35px;}
.entry-title a {
color: #333;
color: #eee;
/*color: #333;*/
text-decoration: none;
}
.entry-title a:hover {
Expand Down

0 comments on commit 25012b3

Please sign in to comment.