Puryzm w nomenklaturze...

This commit is contained in:
2021-11-13 17:52:53 +01:00
parent 7f52f67d72
commit da93a4893e
4 changed files with 30 additions and 14 deletions
+13
View File
@@ -21,6 +21,19 @@ html {
box-sizing: border-box;
}
a {
color: white;
text-decoration: none;
&:visited {
color: white;
}
&:hover, &:focus {
color: $accentColor;
}
}
select,
option,
input,