Colors \o/

This commit is contained in:
franklin 2013-11-20 14:58:46 +01:00
parent ae72a3bf31
commit c1182d3bfe
1 changed files with 8 additions and 4 deletions

View File

@ -24,6 +24,14 @@ a:hover {
color: #eee;
}
.items a:focus {
text-decoration: none;
}
.items #current-item {
border: 1px solid #be0000;
}
pre, code {
color: #fff;
background: #555;
@ -71,10 +79,6 @@ pre, code {
text-decoration: none;
}
.items #current-item {
border: 3px solid #999;
}
.item h1 a {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color: #eee;