Skip to content

Commit f34722b

Browse files
committed
💄 Added default theme
1 parent f5c43c8 commit f34722b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎src/styles/global.css

-1
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,3 @@ pre[class*='astro-code'] button:hover {
7878
opacity: 0.5;
7979
display: none;
8080
}
81-

‎tailwind.config.cjs

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ module.exports = {
1919
'50%': { backgroundPosition: '100% 50%' },
2020
},
2121
},
22-
}
22+
},
23+
},
24+
daisyui: {
25+
themes: ['dark']
2326
},
2427
}

0 commit comments

Comments
 (0)