some css lint fixes

This commit is contained in:
memeriau
2021-11-27 10:32:57 +01:00
parent 8e72708b4e
commit ac90f88915
4 changed files with 15 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
button {
padding: 5px 20px;
background-color: $color-orange;
border: none;
border: 0;
color: $color-white;
border-radius: 14px;
font-weight: bold;

View File

@@ -1,7 +1,8 @@
$color-white: #fff;
$color-black: #000;
$color-orange: #ea4d0a;
$border-large: 4px solid black;
$border-thin: 2px solid black;
$border-large: 4px solid $color-black;
$border-thin: 2px solid $color-black;
$font-pel: "Grobold";