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