Update 1.0.4

This commit is contained in:
2021-11-14 17:42:13 +01:00
parent c94d946b2b
commit 60d8da9598
9 changed files with 405 additions and 241 deletions
+8 -3
View File
@@ -49,7 +49,14 @@ button {
padding: 0;
margin: 0;
cursor: pointer;;
cursor: pointer;
font-size: 1em;
color: white;
&:hover {
color: $accentColor;
}
}
button.btn {
@@ -59,9 +66,7 @@ button.btn {
border: 2px solid white;
outline: none;
background: none;
color: white;
font-size: 1em;
transition: all 250ms;