UNPKG
hel-antd
Version:
latest (1.1.0)
1.1.0
1.0.0
remote antd module provided by hel-micro
hel-antd
/
src
/
styles
/
theme.css
11 lines
(10 loc)
•
273 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
:root
{
/* 站点主题颜色,可覆盖 */
--theme-color
:
#1890ff
;
--theme-color-rgb
:
0
,
0
,
0
;
--theme-color-light
:
#40a9ff
;
--theme-color-active
:
#096dd9
;
--theme-color-bg
:
#e6f8fe
;
--theme-color-grey
:
#f0f2f5
;
--theme-color-text
:
rgba
(
0
,
0
,
0
,
0.75
); }