feat: add settings ui

This commit is contained in:
Yidadaa
2023-03-12 01:14:07 +08:00
parent 1161adaa9f
commit a9940cb05e
9 changed files with 326 additions and 218 deletions
+7
View File
@@ -1,6 +1,7 @@
:root {
/* color */
--white: white;
--black: --black;
--gray: rgb(250, 250, 250);
--primary: rgb(29, 147, 171);
--second: rgb(231, 248, 255);
@@ -40,3 +41,9 @@ body {
border: 6px solid transparent;
background-clip: content-box;
}
select {
border: var(--border-in-light);
padding: 10px;
border-radius: 10px;
}