some nice css tweaks :3

This commit is contained in:
ari melody 2025-11-25 22:47:57 +00:00
parent 1d98a6fdca
commit 5341ff3033
Signed by: ari
GPG key ID: 60B5F0386E3DDB7E
8 changed files with 45 additions and 60 deletions

View file

@ -54,27 +54,3 @@
flex-wrap: wrap;
gap: .5em;
}
.release .release-actions {
margin-top: .5em;
user-select: none;
color: var(--fg-3);
}
.release .release-actions a {
margin-right: .3em;
padding: .3em .5em;
display: inline-block;
border-radius: 4px;
background-color: var(--bg-3);
box-shadow: var(--shadow-sm);
transition: color .1s ease-out, background .1s ease-out;
}
.release .release-actions a:hover {
background-color: var(--bg-0);
color: var(--fg-3);
text-decoration: none;
}