diff --git a/res/template/home.html b/res/template/home.html index cb77493..de8c8f7 100644 --- a/res/template/home.html +++ b/res/template/home.html @@ -298,7 +298,7 @@ 20 GB file size, 120 days file expiry -
+
{{if eq .User.Subscription.ID "patreon_5"}} You have this plan
Thank you for supporting pixeldrain! @@ -313,7 +313,7 @@ 20 GB file size, 240 days file expiry
-
+
{{if eq .User.Subscription.ID "patreon_2"}} You have this plan
Thank you for supporting pixeldrain! @@ -328,7 +328,7 @@ 20 GB file size, 480 days file expiry
-
+
{{if eq .User.Subscription.ID "patreon_3"}} You have this plan
Thank you for supporting pixeldrain! @@ -343,7 +343,7 @@ 20 GB file size, 960 days file expiry
-
+
{{if eq .User.Subscription.ID "patreon_4"}} You have this plan
Thank you for supporting pixeldrain! @@ -358,7 +358,7 @@ 20 GB file size, 1920 days file expiry
-
+
{{if eq .User.Subscription.ID "patreon_6"}} You have this plan
Thank you for supporting pixeldrain! diff --git a/webcontroller/user_style.go b/webcontroller/user_style.go index bec71a2..c26a13c 100644 --- a/webcontroller/user_style.go +++ b/webcontroller/user_style.go @@ -205,7 +205,7 @@ func (h hsl) add(hue int, saturation float64, lightness float64) hsl { // Following are all the available styles var defaultPixeldrainStyle = pixeldrainStyleSheet{ - TextColor: hsl{0, 0, .7}, + TextColor: hsl{0, 0, .8}, InputColor: hsl{0, 0, .2}, InputTextColor: hsl{0, 0, 1}, HighlightColor: hsl{89, .60, .45},