Use button instead of a link on 404, add cursor style, fix capitalisation

This commit is contained in:
daudix
2024-04-04 01:20:25 +03:00
parent b32cff7961
commit 5e6693e3d6
4 changed files with 5 additions and 4 deletions

View File

@ -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);