Feat: theme switching

This commit is contained in:
MotorTruck1221
2025-05-03 19:26:33 -06:00
parent a2c497363e
commit f9f62e1e41
5 changed files with 88 additions and 46 deletions
+1
View File
@@ -2,6 +2,7 @@ import type { Props } from "astro";
interface SettingsProps extends Props {
active: 'appearance' | 'credits' | 'links' | 'proxy';
title: string;
}
type DropdownOptions = {