3 Star 0 Fork 0

mirrors_hyperledger/iroha-2-docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
uno.config.ts 752 Bytes
一键复制 编辑 原始数据 按行查看 历史
0x009922 提交于 2023-09-18 22:00 . Service and theming update (#390)
import { defineConfig } from 'unocss'
import transformerDirectives from '@unocss/transformer-directives'
export default defineConfig({
theme: {
colors: {
vp: {
brand: {
1: 'var(--vp-c-brand-1)',
2: 'var(--vp-c-brand-2)',
3: 'var(--vp-c-brand-3)',
soft: 'var(--vp-c-brand-soft)',
},
bg: {
DEFAULT: 'var(--vp-c-bg)',
alt: 'var(--vp-c-bg-alt)',
elv: 'var(--vp-c-bg-elv)',
soft: 'var(--vp-c-bg-soft)',
},
},
},
boxShadow: {
'elevation-btn':
'0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12)',
},
},
transformers: [transformerDirectives()],
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_hyperledger/iroha-2-docs.git
git@gitee.com:mirrors_hyperledger/iroha-2-docs.git
mirrors_hyperledger
iroha-2-docs
iroha-2-docs
main

搜索帮助