style refine

This commit is contained in:
Sanster
2022-04-04 21:51:33 +08:00
parent 855fd1f006
commit 10b35a3f0a
33 changed files with 263 additions and 686 deletions

View File

@@ -2,9 +2,9 @@
display: grid;
grid-auto-flow: column;
column-gap: 1rem;
background-color: var(--btn-primary-bg);
color: black;
font-family: 'WorkSans-Bold', sans-serif;
border: 1px solid var(--btn-border-color);
color: var(--btn-text-color);
font-family: 'WorkSans', sans-serif;
width: max-content;
padding: 0.5rem;
place-items: center;
@@ -14,6 +14,7 @@
&:hover {
background-color: var(--btn-primary-hover-bg);
color: var(--btn-text-hover-color);
}
svg {