mirror of
https://github.com/jiangrui1994/CloudSaver.git
synced 2026-01-09 14:48:47 +08:00
12 lines
174 B
SCSS
12 lines
174 B
SCSS
:root {
|
|
--theme-color: #3e3e3e;
|
|
--theme-theme: #133ab3;
|
|
--theme-background: #fafafa;
|
|
--theme-other_background: #ffffff;
|
|
}
|
|
|
|
input {
|
|
border: none;
|
|
outline: none;
|
|
}
|