1
0
Fork 0
forked from zombi/website

Fix design

This commit is contained in:
madmaurice 2017-12-20 23:08:39 +01:00 committed by Hive
commit 344bf7d6ed
5 changed files with 16 additions and 72 deletions
assets/css

View file

@ -61,7 +61,7 @@ body {
display: block;
font-weight: bold;
letter-spacing: 1px;
transition: all 0.35s ease-in-out;
/* transition: all 0.35s ease-in-out; */
}
.header-subnav li a.is-active {
@ -118,28 +118,9 @@ body {
color: #1eb513 !important;
}
.post .title {
color: #1eb513;
font-size: 2rem;
line-height:2.2rem;
}
.post .info {
font-size: 0.8rem;
color: #555;
margin-top: 5px;
margin-bottom: 5px;
}
.post .content {
font-size: 0.9rem;
}
.post .authorline {
font-size: 0.75rem;
color: #555;
padding-left: 1.7rem;
}
.whitebox h1 { color: #1eb513; font-size: 2em; }
.whitebox h2 { color: #1eb513; font-size: 1.5em; }
.whitebox h3 { color: #1eb513; font-size: 1em; }
.sidebar .boxhead {
font-size:1.1rem;
@ -168,4 +149,3 @@ body {
text-transform:lowercase;
color: #555;
}