add non-accent pill button
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Late Night Defender 2024-11-25 04:07:44 +07:00
parent 213697d4a1
commit 8dec8350bb

View file

@ -98,6 +98,11 @@ h1 {margin-top: 3vh;}
align-items: center; align-items: center;
} }
.button.pill {
border-radius: 0.6cm;
padding: 0cm 0.75cm 0cm 0.75cm;
}
.button.accent { .button.accent {
background-color: rgb(var(--accent3)); background-color: rgb(var(--accent3));
color: rgb(var(--white)); color: rgb(var(--white));