From 310ced79d8dd18ad66d985f598607f215829e9fc Mon Sep 17 00:00:00 2001 From: Nate Downey Date: Wed, 8 May 2024 10:42:21 -0400 Subject: [PATCH] Create colorful-dark-mode.json --- src/_data/styles/colorful-dark-mode.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/_data/styles/colorful-dark-mode.json diff --git a/src/_data/styles/colorful-dark-mode.json b/src/_data/styles/colorful-dark-mode.json new file mode 100644 index 0000000..f7fb18b --- /dev/null +++ b/src/_data/styles/colorful-dark-mode.json @@ -0,0 +1,5 @@ +{ + "title": "Colorful Dark Mode", + "author": "Nate Downey", + "stylesheet": "https://raw.githubusercontent.com/RVCC-IDMX/ss-final-Nate7611/main/public/style.css", +} \ No newline at end of file