feat(ui): 增强电池看板状态表达
This commit is contained in:
@@ -1 +1,24 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
:root {
|
||||
color-scheme: dark;
|
||||
background: #09090b;
|
||||
}
|
||||
|
||||
html {
|
||||
background: #09090b;
|
||||
}
|
||||
|
||||
body {
|
||||
min-width: 320px;
|
||||
margin: 0;
|
||||
background:
|
||||
radial-gradient(circle at top, rgba(20, 184, 166, 0.08), transparent 34rem),
|
||||
linear-gradient(180deg, #09090b 0%, #0b0f12 100%);
|
||||
color: #f4f4f5;
|
||||
}
|
||||
|
||||
select option {
|
||||
background: #09090b;
|
||||
color: #f4f4f5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user