From 2095fb6acf7f0a90fad102fb7ff502c52eb53489 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sat, 23 Jul 2022 11:38:56 +0200 Subject: Random fixes and stuff --- assets/common/css/common.css | 4 ++-- includes/header.php | 2 +- index.php | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/common/css/common.css b/assets/common/css/common.css index 593ea53..cc35fd9 100644 --- a/assets/common/css/common.css +++ b/assets/common/css/common.css @@ -120,12 +120,12 @@ html, body { margin: 0; } -#intro-ref-link { +#intro-ref-link, #intro-sys-link { color: white; text-decoration: none; } -#intro-ref-link:hover { +#intro-ref-link:hover, #intro-sys-link:hover { text-decoration: underline; } diff --git a/includes/header.php b/includes/header.php index 765bd28..130257c 100644 --- a/includes/header.php +++ b/includes/header.php @@ -1,4 +1,4 @@ - <?= $conepone ? "Cloudburst System" : "Minteck.org" ?> + <?= $conepone ? "Cloudburst System" : "Scoots Raindrops" ?> @@ -37,12 +37,12 @@ global $domainMode;
/avatar.png"> -

+

Plural system of 13 ponies! - I'll soar into that sky, on these wings small and pure + Part of the Raindrops System ยท I'll soar into that sky, on these wings small and pure

-- cgit