Browse Source

background color slightly lighter, next/prev buttons slightly smaller

master
manetta 3 years ago
parent
commit
74841b2ab0
  1. 9
      themes/default/static/css/main.css

9
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;

Loading…
Cancel
Save