Tweak calendar design

This commit is contained in:
Peder Bergebakken Sundt 2018-02-20 20:31:28 +01:00
parent 4ca408b8fe
commit 54428c2bab
1 changed files with 7 additions and 5 deletions

View File

@ -67,14 +67,16 @@ figure.calendar {
.calendar ul li .day{ .calendar ul li .day{
display: inline-block; display: inline-block;
width: 1.5em; width: 1.75em;
height: 1.5em; height: 1.75em;
text-align: center; text-align: center;
line-height: 1.5em; line-height: 1.75em;
background: #038; background: #89a;
background: #9ab;
color: white; color: white;
border-radius: 0.75em; border-radius: 0.875em;
margin-bottom: 0.1em; margin-bottom: 0.1em;
font-size: 0.8em;
} }
.calendar ul li section { .calendar ul li section {