feat(frontend): improve admin usability and light theme
This commit is contained in:
@@ -14,6 +14,15 @@ body {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
body:not([arco-theme='dark']) {
|
||||
--color-text-1: #172033;
|
||||
--color-text-2: #344054;
|
||||
--color-text-3: #566176;
|
||||
--color-text-4: #737e91;
|
||||
|
||||
color: var(--color-text-1);
|
||||
}
|
||||
|
||||
.echarts-tooltip-diy {
|
||||
background: linear-gradient(
|
||||
304.17deg,
|
||||
|
||||
Reference in New Issue
Block a user