diff --git a/public_html/media/css/core.css b/public_html/media/css/core.css index 5d95a197..ebd7b1de 100644 --- a/public_html/media/css/core.css +++ b/public_html/media/css/core.css @@ -129,7 +129,10 @@ footer { } footer span:not(:last-child):after { content: '\022C5'; - margin: 0 0.2em; + margin: 0 0.5em; +} +footer a { + color: silver; } diff --git a/src/Views/index-index.phtml b/src/Views/index-index.phtml index ad8918e5..8a56c3f4 100644 --- a/src/Views/index-index.phtml +++ b/src/Views/index-index.phtml @@ -7,7 +7,7 @@

serving context->transport->postCount ?> posts - powered by szurubooru + powered by szurubooru

diff --git a/src/Views/layout-normal.phtml b/src/Views/layout-normal.phtml index 904fb225..b4a2b8f5 100644 --- a/src/Views/layout-normal.phtml +++ b/src/Views/layout-normal.phtml @@ -104,6 +104,7 @@ config->main->debugQueries): ?>
', array_map(function($x) { return preg_replace('/\s+/', ' ', $x); }, queryLogger()->getLogs())) ?>
+ szurubooru v diff --git a/src/core.php b/src/core.php index 30511856..031fed93 100644 --- a/src/core.php +++ b/src/core.php @@ -1,4 +1,7 @@