Added language and theme settings.

This commit is contained in:
Mike Cao 2022-02-28 20:54:32 -08:00
parent 3932cc4abb
commit 98b2ee29ef
86 changed files with 664 additions and 25 deletions

View file

@ -0,0 +1,11 @@
.buttons {
display: flex;
}
.buttons button {
margin-right: 20px;
}
.active {
border: 1px solid var(--gray500);
}