feat: add settings ui
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user