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; }