summaryrefslogtreecommitdiff
path: root/includes/components/header.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/components/header.inc')
-rw-r--r--includes/components/header.inc8
1 files changed, 4 insertions, 4 deletions
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;
}