Use button instead of a link on 404, add cursor style, fix capitalisation
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
.inline-button {
|
||||
display: inline-block;
|
||||
transition: var(--transition);
|
||||
cursor: pointer;
|
||||
box-shadow: var(--edge-highlight);
|
||||
border-radius: var(--rounded-corner);
|
||||
background-color: var(--fg-muted-1);
|
||||
|
Reference in New Issue
Block a user