buttons and stuff
This commit is contained in:
parent
ee451366de
commit
ed2307afef
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
--card-border-radius: 0;
|
||||
--button-border-radius: 4px;
|
||||
--main-font-weight: 500;
|
||||
--cards-length: 90vw;
|
||||
--cards-length: 75vw;
|
||||
|
||||
--fonts-proportional: -apple-system,"Segoe UI",system-ui,"Roboto","Helvetica Neue","Arial";
|
||||
--fonts-monospace: "SFMono-Regular","Menlo","Monaco","Consolas","Liberation Mono","Courier New",monospace,var(--fonts-emoji);
|
||||
|
@ -179,7 +179,7 @@
|
|||
user-select: none;
|
||||
}
|
||||
|
||||
.button, .button-default {
|
||||
.item, .button, .button-default {
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
font-weight: 500;
|
||||
|
@ -201,7 +201,7 @@
|
|||
background-color: var(--hover-bg-color);
|
||||
}
|
||||
|
||||
.button-selected {
|
||||
.button-selected, .button.selected, .button-default.selected {
|
||||
color: var(--accent-bg-color);
|
||||
|
||||
background-color: var(--selected-bg-color);
|
||||
|
|
Reference in a new issue