Adjust the opacity

This commit is contained in:
Rodolphe Breard 2018-01-20 15:20:28 +01:00
parent adeb8a501f
commit c9c8228e22

View file

@ -8,6 +8,6 @@ html,body {
margin: 10px;
padding: 10px;
background-color: #efeded;
opacity: 0.7;
opacity: 0.8;
border-radius: 1.4em;
}