add non-accent pill button
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
213697d4a1
commit
8dec8350bb
1 changed files with 5 additions and 0 deletions
|
@ -98,6 +98,11 @@ h1 {margin-top: 3vh;}
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.button.pill {
|
||||
border-radius: 0.6cm;
|
||||
padding: 0cm 0.75cm 0cm 0.75cm;
|
||||
}
|
||||
|
||||
.button.accent {
|
||||
background-color: rgb(var(--accent3));
|
||||
color: rgb(var(--white));
|
||||
|
|
Loading…
Reference in a new issue