From 1c8218f9db96cb5b222c3b7440f59b706c3c0841 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 30 Oct 2020 20:24:37 -0600 Subject: [PATCH] Move theme file locations --- {src => public/static}/css/theme/dark.css | 0 {src => public/static}/css/theme/halloween.css | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {src => public/static}/css/theme/dark.css (100%) rename {src => public/static}/css/theme/halloween.css (100%) diff --git a/src/css/theme/dark.css b/public/static/css/theme/dark.css similarity index 100% rename from src/css/theme/dark.css rename to public/static/css/theme/dark.css diff --git a/src/css/theme/halloween.css b/public/static/css/theme/halloween.css similarity index 100% rename from src/css/theme/halloween.css rename to public/static/css/theme/halloween.css