Poprawki dostępności

This commit is contained in:
2022-01-04 22:20:54 +01:00
parent ac7ed0d1bc
commit 054f8434e6
8 changed files with 197 additions and 626 deletions
+11 -6
View File
@@ -201,18 +201,23 @@ ul {
}
.btn {
background: none;
cursor: pointer;
font-size: 1em;
&--text {
background: none;
color: white;
font-size: 1em;
cursor: pointer;
transition: color 0.3s;
&:hover, &:focus {
color: $accentCol;
}
}
&--image {
color: white;
transition: color 0.3s;
}
}