hexo 深色模式调整

This commit is contained in:
tangly1024
2022-03-28 15:32:57 +08:00
parent a7fe31da71
commit bca48b01ec
8 changed files with 21 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ export default function ArticleCopyright () {
const { locale } = useGlobal()
return <section className="dark:text-gray-300 mt-6 mx-1 font-sans">
<ul className="overflow-x-auto whitespace-nowrap text-sm dark:bg-gray-700 bg-gray-100 p-5 leading-8 border-l-2 border-indigo-500">
<ul className="overflow-x-auto whitespace-nowrap text-sm dark:bg-gray-900 bg-gray-100 p-5 leading-8 border-l-2 border-indigo-500">
<li>
<strong className='mr-2'>{locale.COMMON.AUTHOR}:</strong>
<Link href={'/about'} >