finalization

This commit is contained in:
sakrecoer 2020-08-04 12:07:59 +02:00
parent 8fcda1a3d0
commit 4fc28d4906
16 changed files with 174 additions and 177 deletions

View file

@ -226,9 +226,9 @@ a[id^="btn"]::-moz-focus-inner {
margin: 0;
padding: 0;
background-color: _palette(bg);
-webkit-box-shadow: inset 0px 23px 25px -25px rgba(0,0,0,0.25);
-moz-box-shadow: inset 0px 23px 25px -25px rgba(0,0,0,0.25);
box-shadow: inset 0px 23px 25px -25px rgba(0,0,0,0.25);
-webkit-box-shadow: inset 0px 23px 25px -25px _palette(border-alt);
-moz-box-shadow: inset 0px 23px 25px -25px _palette(border-alt);
box-shadow: inset 0px 23px 25px -25px _palette(border-alt);
> h2, a, p {
text-align: left;