From be78e620a7da4499bc81797f3d0eee476e2aacbe Mon Sep 17 00:00:00 2001 From: speedie Date: Tue, 29 Aug 2023 19:11:41 +0200 Subject: [PATCH] Some CSS changes, don't shill donations --- index.php | 10 ++++++++-- ls.css | 9 ++++++--- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index 2be234b..6ab07c1 100644 --- a/index.php +++ b/index.php @@ -231,10 +231,16 @@ - + diff --git a/ls.css b/ls.css index ea2c021..aa66a55 100644 --- a/ls.css +++ b/ls.css @@ -131,11 +131,14 @@ ul li.item .file { text-align: center; } -#footer a { - color: #cccccc; +#links { + color: #89bfff; font-weight: bold; + text-decoration: none; + transition: 0.1s; + text-align: center; } #footer a:hover { - color: #999999; + color: #ccccff; }