From f585dba2063d0570ff739079d06e3aee2d3353f6 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Mon, 8 Jan 2024 23:21:11 +0800 Subject: [PATCH] docs: update changelog dark theme color --- website/src/pages/changelog.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/src/pages/changelog.tsx b/website/src/pages/changelog.tsx index b054f26..4480f36 100644 --- a/website/src/pages/changelog.tsx +++ b/website/src/pages/changelog.tsx @@ -16,14 +16,14 @@ import 'react-vertical-timeline-component/style.min.css'; const timelineStyle: Record = { current: { className: 'vertical-timeline-element--work', - dateClassName: 'text-black', + dateClassName: 'text-black dark:text-white', contentStyle: { background: 'rgb(33, 150, 243)', color: '#fff' }, contentArrowStyle: { borderRight: '7px solid rgb(33, 150, 243)' }, iconStyle: { background: 'rgb(33, 150, 243)', color: '#fff' }, icon: , }, normal: { - className: 'vertical-timeline-element--work', + className: 'vertical-timeline-element--work dark:text-neutral-600', iconStyle: { background: 'rgb(33, 150, 243)', color: '#fff' }, icon: , }, @@ -36,7 +36,7 @@ const timelineStyle: Record = { function Timeline() { return ( -
+

Still Developing