background color slightly lighter, next/prev buttons slightly smaller
This commit is contained in:
parent
d640fcd4e6
commit
74841b2ab0
@ -9,7 +9,8 @@ body{
|
|||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
letter-spacing: 0.25pt;
|
letter-spacing: 0.25pt;
|
||||||
color: rgba(40,40,40,1);
|
color: rgba(40,40,40,1);
|
||||||
background-color: #d0bba0;
|
/*background-color: #d0bba0;*/
|
||||||
|
background-color: #ecddcb;
|
||||||
}
|
}
|
||||||
h1, h2, h3, h4, h5, h6{
|
h1, h2, h3, h4, h5, h6{
|
||||||
font-family: 'Belgika-reg';
|
font-family: 'Belgika-reg';
|
||||||
@ -121,13 +122,13 @@ ul.navprevnext{
|
|||||||
ul.navprevnext li.done,
|
ul.navprevnext li.done,
|
||||||
ul.navprevnext li.none{
|
ul.navprevnext li.none{
|
||||||
position: relative;
|
position: relative;
|
||||||
width: calc(50% - 9em);
|
width: calc(50% - 17em);
|
||||||
height: 175px;
|
height: 137px;
|
||||||
top:0;
|
top:0;
|
||||||
background-color: #95d1e6;
|
background-color: #95d1e6;
|
||||||
border-radius: 1em;
|
border-radius: 1em;
|
||||||
padding:1em 3em;
|
padding:1em 3em;
|
||||||
font-size: 13pt;
|
font-size: 11pt;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
border:1px solid black;
|
border:1px solid black;
|
||||||
|
Loading…
Reference in New Issue
Block a user