docs: update homepage and styles

This commit is contained in:
braks
2022-08-01 21:10:14 +02:00
committed by Braks
parent 4f036e7672
commit bc87e4718f
13 changed files with 142 additions and 84 deletions
+2 -2
View File
@@ -71,7 +71,7 @@
gap: 5px;
}
.button {
.buttons .button {
background-color: whitesmoke;
cursor: pointer;
padding: 5px 10px;
@@ -82,7 +82,7 @@
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.button:hover {
.buttons .button:hover {
background: black;
color: white;
}