Design tweaks

This commit is contained in:
Peder Bergebakken Sundt 2018-02-20 20:45:03 +01:00
parent 54428c2bab
commit 48d79f2635
2 changed files with 6 additions and 2 deletions

View File

@ -57,7 +57,7 @@ figure.calendar {
.calendar ul li.active {
color: #222;
border-color: #456;
border-color: #679;
box-shadow: 0 0 3px #89f;
}
@ -71,7 +71,6 @@ figure.calendar {
height: 1.75em;
text-align: center;
line-height: 1.75em;
background: #89a;
background: #9ab;
color: white;
border-radius: 0.875em;
@ -79,6 +78,10 @@ figure.calendar {
font-size: 0.8em;
}
.calendar ul li.active .day{
background: #248;
}
.calendar ul li section {
line-height: 1.5em;
background: #038;

View File

@ -76,6 +76,7 @@ p + .subtext {
.events {
margin-top: -1.5em;
margin-left: 0.3em;
margin-bottom: 2em;
list-style: none;
padding: 0;
}