summaryrefslogtreecommitdiff
path: root/src/web/config/style.php
blob: 6b29fab171308c60fa3e78772bc9d8425fca1ec7 (plain)
1
2
3
4
5
6
7
<?php /* Copyright (c) 2024 Freya Murphy */

$style = array();

$style['home'] = 'css/home.css';
$style['blog'] = 'css/blog.css';
$style['error'] = 'css/error.css';