fix: 🐛 dark matery 文字颜色看不清

This commit is contained in:
SuperHuangXu
2023-02-09 16:59:03 +08:00
parent f9d4472245
commit 9f74a208e5

View File

@@ -10,7 +10,7 @@ export const LayoutCategoryIndex = props => {
<div id='inner-wrapper' className='w-full'>
<div className="drop-shadow-xl -mt-32 rounded-md mx-3 px-5 lg:border lg:rounded-xl lg:px-2 lg:py-4 bg-white dark:bg-hexo-black-gray dark:border-black">
<div className="drop-shadow-xl -mt-32 rounded-md mx-3 px-5 lg:border lg:rounded-xl lg:px-2 lg:py-4 bg-white dark:bg-hexo-black-gray dark:border-black dark:text-gray-300">
<div className='flex justify-center flex-wrap'>
{categoryOptions.map(e => {