From 638e379c97cbce4d86f400dc80720c8598bd5a72 Mon Sep 17 00:00:00 2001 From: bochard Date: Sat, 26 Jul 2025 11:28:46 +0800 Subject: [PATCH] link color change --- parts/underconstruction.php | 4 ++-- stylesheets/component.css | 4 ---- stylesheets/root.css | 9 ++++++++- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/parts/underconstruction.php b/parts/underconstruction.php index 250e0b3..7c02112 100644 --- a/parts/underconstruction.php +++ b/parts/underconstruction.php @@ -2,6 +2,6 @@ under-construction text gif
men in work

nothing here yet...

-

check back soon... some content will be inserted here.

+

check back soon, some cool stuffs will be inserted here.

-
\ No newline at end of file +
diff --git a/stylesheets/component.css b/stylesheets/component.css index 2484444..244992b 100644 --- a/stylesheets/component.css +++ b/stylesheets/component.css @@ -16,10 +16,6 @@ list-style-type: none; padding: 3px; } -#sidebar a { - color: inherit; - text-decoration: none; -} #sidebar table { border-spacing: 0; } diff --git a/stylesheets/root.css b/stylesheets/root.css index 29637e6..80aeae1 100644 --- a/stylesheets/root.css +++ b/stylesheets/root.css @@ -1,5 +1,5 @@ body { - font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; + font-family: Palatino, serif; background-image: url('/images/backgrounds/Ocean.jpg'); background-size: cover; background-attachment: fixed; @@ -22,3 +22,10 @@ p { h1, h2, h3, h4, h5, h6 { margin-bottom: 0; } +a { + color: yellow; + text-decoration: none; +} +a:hover { + text-decoration: underline; +} -- 2.39.5