summaryrefslogtreecommitdiff
path: root/src/web/config/aesthetic.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/config/aesthetic.php')
-rw-r--r--src/web/config/aesthetic.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/web/config/aesthetic.php b/src/web/config/aesthetic.php
index d37f4a9..5a66660 100644
--- a/src/web/config/aesthetic.php
+++ b/src/web/config/aesthetic.php
@@ -49,6 +49,11 @@ class Aesthetic {
'css/post.css'
],
),
+ 'settings' => array(
+ 'css' => [
+ 'css/settings.css'
+ ]
+ ),
);
}
/**