Stopka z wersją

This commit is contained in:
2022-07-23 23:06:28 +02:00
parent 0cf082166d
commit ee0aa9b32f
3 changed files with 34 additions and 1 deletions
+9
View File
@@ -15,6 +15,15 @@ html {
font-weight: 500;
}
a {
color: white;
text-decoration: none;
&:hover {
color: $accentCol;
}
}
button {
border: none;
outline: none;