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 304baec..e528b09 100644 --- a/src/web/config/aesthetic.php +++ b/src/web/config/aesthetic.php @@ -35,6 +35,11 @@ class Aesthetic { 'css/auth.css' ], ), + 'people' => array( + 'css' => [ + 'css/people.css' + ], + ), ); } /** |