buttons and stuff

This commit is contained in:
hippoz 2021-05-06 01:48:29 +03:00
parent ee451366de
commit ed2307afef
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -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);