docs: update homepage and styles
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user