From 2b192b3840ac344c456b98304ea400f0af90da15 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Sat, 13 Jan 2024 16:12:11 +0100 Subject: Updated 46 files and deleted 19 files (automated) --- includes/components/header.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'includes/components/header.inc') diff --git a/includes/components/header.inc b/includes/components/header.inc index 9409917..bd85761 100644 --- a/includes/components/header.inc +++ b/includes/components/header.inc @@ -72,9 +72,9 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/rainbow.inc"; echo("Color: #" . $member["color"] . "\n\n"); } - $sr = hexdec(substr($member["color"], 0, 2)); - $sg = hexdec(substr($member["color"], 2, 2)); - $sb = hexdec(substr($member["color"], 4, 2)); + $sr = hexdec(substr($color, 0, 2)); + $sg = hexdec(substr($color, 2, 2)); + $sb = hexdec(substr($color, 4, 2)); $differencesAll = []; @@ -432,7 +432,7 @@ require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/rainbow.inc"; opacity: 1 !important; } - .antialias, #new-homepage img, #hpd-other img, #hpd-raindrops img, #hpd-cloudburst img, .ck img, #system-info img, #member-card img { + .antialias, #new-homepage img, #hpd-other img, #hpd-raindrops img, .ck img, #system-info img, #member-card img { image-rendering: auto !important; } -- cgit