From 7e2553646c27cae8baaca1cc5c13d980661b5d90 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 2 Apr 2024 18:13:02 -0400 Subject: finish profile directory (mostly) --- src/web/config/aesthetic.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/web/config/aesthetic.php') 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' + ], + ), ); } /** -- cgit v1.2.3-freya