1
0
Fork 0

I got them styles.

This commit is contained in:
Sebastian Schulze 2016-07-07 11:22:55 +02:00
parent 5eb422b4d9
commit e7fc396e40
No known key found for this signature in database
GPG Key ID: 7EC07325206E3E55
2 changed files with 15 additions and 6 deletions

View File

@ -31,7 +31,7 @@
}
h1, h2, h3, h4, h5, nav#main {
font-family: "roboto_slabregular";
}
body {
@ -125,8 +125,13 @@ aside article h2 {
margin-top: 0;
}
nav ul li.active a {
background-color: #e5938a;
nav#main ul li a {
font-weight: normal;
border-radius: 3px;
padding: 0 1em 0 1em;
}
nav#main ul li.active a {
background-color: rgb(34, 34, 34);
}
.noborder * {
@ -142,8 +147,12 @@ div.pager a {
text-decoration: none
}
raticle.summary .post-meta {
text-align: right;
article.summary .post-meta {
color: #cdcdcd;
}
article.summary a.anchor {
text-decoration: none;
}
.tech-notes a {

View File

@ -233,7 +233,7 @@ nav a:hover {
nav {
float: right;
width: 38%;
width: 40%;
margin-top: 4em;
}