diff --git a/themes/default/static/css/main.css b/themes/default/static/css/main.css index f7514be..23d8b87 100644 --- a/themes/default/static/css/main.css +++ b/themes/default/static/css/main.css @@ -9,7 +9,8 @@ body{ line-height: 1.7; letter-spacing: 0.25pt; color: rgba(40,40,40,1); - background-color: #d0bba0; + /*background-color: #d0bba0;*/ + background-color: #ecddcb; } h1, h2, h3, h4, h5, h6{ font-family: 'Belgika-reg'; @@ -121,13 +122,13 @@ ul.navprevnext{ ul.navprevnext li.done, ul.navprevnext li.none{ position: relative; - width: calc(50% - 9em); - height: 175px; + width: calc(50% - 17em); + height: 137px; top:0; background-color: #95d1e6; border-radius: 1em; padding:1em 3em; - font-size: 13pt; + font-size: 11pt; line-height: 1.4; list-style: none; border:1px solid black;