From 77905ab3ac1c91f3301107bc5341a565832ada4a Mon Sep 17 00:00:00 2001 From: flowfield Date: Sat, 24 Dec 2022 13:56:47 +0100 Subject: [PATCH] ref: organize CSS files --- config.php.example => config.php | 0 misc/header.php | 2 +- opensearch.xml.example => opensearch.xml | 0 static/css/{ => themes}/amoled.css | 0 static/css/{ => themes}/auto.css | 0 static/css/{ => themes}/dark.css | 0 static/css/{ => themes}/darker.css | 0 static/css/{ => themes}/discord.css | 0 static/css/{ => themes}/github_night.css | 0 static/css/{ => themes}/google.css | 0 static/css/{ => themes}/gruvbox.css | 0 static/css/{ => themes}/light.css | 0 static/css/{ => themes}/night_owl.css | 0 static/css/{ => themes}/nord.css | 0 static/css/{ => themes}/startpage.css | 0 15 files changed, 1 insertion(+), 1 deletion(-) rename config.php.example => config.php (100%) rename opensearch.xml.example => opensearch.xml (100%) rename static/css/{ => themes}/amoled.css (100%) rename static/css/{ => themes}/auto.css (100%) rename static/css/{ => themes}/dark.css (100%) rename static/css/{ => themes}/darker.css (100%) rename static/css/{ => themes}/discord.css (100%) rename static/css/{ => themes}/github_night.css (100%) rename static/css/{ => themes}/google.css (100%) rename static/css/{ => themes}/gruvbox.css (100%) rename static/css/{ => themes}/light.css (100%) rename static/css/{ => themes}/night_owl.css (100%) rename static/css/{ => themes}/nord.css (100%) rename static/css/{ => themes}/startpage.css (100%) diff --git a/config.php.example b/config.php similarity index 100% rename from config.php.example rename to config.php diff --git a/misc/header.php b/misc/header.php index 933364a..de72447 100644 --- a/misc/header.php +++ b/misc/header.php @@ -8,7 +8,7 @@