1 Star 0 Fork 0

VectorTree/hexo-theme-aurora

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tailwind.config.js 951 Bytes
一键复制 编辑 原始数据 按行查看 历史
bennyxguo 提交于 2023-09-17 00:56 +08:00 . fix: improve light mode header background color
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],
theme: {
extend: {
spacing: {
97: '26rem',
98: '28rem',
'12/10': '120%'
},
colors: {
ob: 'var(--text-accent)',
'ob-normal': 'var(--text-normal)',
'ob-trans': 'var(--background-trans)',
'ob-backdrop': 'var(--background-backdrop)',
'ob-accent-55': 'var(--bg-accent-55)',
'ob-secondary': 'var(--text-sub-accent)',
'ob-bright': 'var(--text-bright)',
'ob-invert': 'var(--text-invert)',
'ob-dim': 'var(--text-dim)',
'ob-deep': {
800: 'var(--background-secondary)',
900: 'var(--background-primary)'
},
'ob-screen': 'var(--app-screen-bg)'
},
boxShadow: {
ob: 'var(--accent-shadow)'
}
}
},
variants: {
extend: {}
},
plugins: []
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/AllocateMyAddress/hexo-theme-aurora.git
git@gitee.com:AllocateMyAddress/hexo-theme-aurora.git
AllocateMyAddress
hexo-theme-aurora
hexo-theme-aurora
main

搜索帮助