Index: aether/config.php =================================================================== --- aether/config.php +++ aether/config.php @@ -1,4 +1,5 @@ a { - margin-top: 20px; - font-weight: normal; - display: inline-block; + margin-top: 20px; + font-weight: normal; + display: inline-block; } .light-text h1 { - color: #EEE; + color: #EEE; } .light-text a { - color: #abdaf9; + color: #abdaf9; } Index: index.php =================================================================== --- index.php +++ index.php @@ -3,7 +3,7 @@ $pageConfig = array_merge($pageConfig, [ 'title' => "KDE Community Home", - 'cssFile' => 'content/home/portal.css?ver=1.2' + 'cssFile' => 'content/home/portal.css?ver=1.3' ]); require('aether/header.php'); @@ -23,45 +23,43 @@