From da445fc49f05888033b43dab437176f98a371d36 Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Tue, 24 Nov 2020 15:13:28 +0100 Subject: [PATCH] Moved css --- darkmode.css => css/darkmode.css | 0 error.css => css/error.css | 0 style.css => css/style.css | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename darkmode.css => css/darkmode.css (100%) rename error.css => css/error.css (100%) rename style.css => css/style.css (100%) diff --git a/darkmode.css b/css/darkmode.css similarity index 100% rename from darkmode.css rename to css/darkmode.css diff --git a/error.css b/css/error.css similarity index 100% rename from error.css rename to css/error.css diff --git a/style.css b/css/style.css similarity index 100% rename from style.css rename to css/style.css