Css 中的变量设定

Css 设定变量

1
2
3
4
5
:root[theme="dark"] {
--wc-text-color: var(--wc-color-dark-blue);
--wc-link-active-color: var(--wc-color-primary);
--wc-bg-color: @textLightColor;
}

动态添加样式

1
document.documentElement.setAttribute('theme', 'dark');

参考

点击查看【codepen】


语雀镜像 : Css 中的变量设定 ,点此 提问

作者

Duoli

发布于

2022-04-21

更新于

2022-12-08

许可协议

评论