diff options
Diffstat (limited to '')
-rw-r--r-- | src/web/config/aesthetic.php | 5 |
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' + ] + ), ); } /** |