mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
fix: some themes is overriding global font-family
This commit is contained in:
parent
d4aa983b6e
commit
c8a41bd29f
@ -10,7 +10,9 @@
|
|||||||
src: url('assets/Twemoji.Mozilla.ttf') format('truetype');
|
src: url('assets/Twemoji.Mozilla.ttf') format('truetype');
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root,
|
||||||
|
[data-theme='wireframe'],
|
||||||
|
[data-theme='cyberpunk'] {
|
||||||
font-family: 'Fira Sans', 'Twemoji Mozilla';
|
font-family: 'Fira Sans', 'Twemoji Mozilla';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,37 +1,5 @@
|
|||||||
export default {
|
export default {
|
||||||
content: ['./src/**/*.{css,tsx}'],
|
content: ['./src/**/*.{css,tsx}'],
|
||||||
plugins: [require('daisyui')],
|
plugins: [require('daisyui')],
|
||||||
daisyui: {
|
daisyui: { themes: true },
|
||||||
themes: [
|
|
||||||
'light',
|
|
||||||
'dark',
|
|
||||||
'cupcake',
|
|
||||||
'bumblebee',
|
|
||||||
'emerald',
|
|
||||||
'corporate',
|
|
||||||
'synthwave',
|
|
||||||
'retro',
|
|
||||||
'cyberpunk',
|
|
||||||
'valentine',
|
|
||||||
'halloween',
|
|
||||||
'garden',
|
|
||||||
'forest',
|
|
||||||
'aqua',
|
|
||||||
'lofi',
|
|
||||||
'pastel',
|
|
||||||
'fantasy',
|
|
||||||
'wireframe',
|
|
||||||
'black',
|
|
||||||
'luxury',
|
|
||||||
'dracula',
|
|
||||||
'cmyk',
|
|
||||||
'autumn',
|
|
||||||
'business',
|
|
||||||
'acid',
|
|
||||||
'lemonade',
|
|
||||||
'night',
|
|
||||||
'coffee',
|
|
||||||
'winter',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user