Refactor buttons.

This commit is contained in:
Mike Cao 2020-08-07 00:24:01 -07:00
parent 000f84df96
commit 30b87bc4c4
16 changed files with 175 additions and 63 deletions

View file

@ -2,3 +2,12 @@
font-size: var(--font-size-xlarge);
text-align: center;
}
.button {
color: var(--gray50);
background: var(--gray900);
}
.button:hover {
background: var(--gray800);
}