From 08c0367d4d98bae1b19cc2eca06906f09b8cb048 Mon Sep 17 00:00:00 2001 From: Junior Date: Tue, 22 Aug 2023 13:59:01 -0400 Subject: [PATCH] Add css for path div to look like a link --- css/comics.css | 5 +++++ index.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/css/comics.css b/css/comics.css index ab4f537..6083c35 100644 --- a/css/comics.css +++ b/css/comics.css @@ -12,6 +12,11 @@ a, a:link, a:visited, a:active { color: #22dd22; } +.link { + cursor: pointer; + color: #22dd22; +} + .header { font-size: 24pt; font-weight: bold; diff --git a/index.php b/index.php index 63356a5..75d033d 100644 --- a/index.php +++ b/index.php @@ -22,7 +22,7 @@ if ( $_SESSION['sortorder'] == SORTBYNAME ) { ?> -
+