Brighter text
This commit is contained in:
@@ -298,7 +298,7 @@
|
||||
<span class="text_highlight">20 GB</span> file size,
|
||||
<span class="text_highlight">120 days</span> file expiry
|
||||
</div>
|
||||
<div class="feat_normal round_tr round_br cell_background" style="background-image: url('/res/img/benefit_5_small.png');">
|
||||
<div class="feat_pro round_tr round_br cell_background" style="background-image: url('/res/img/benefit_5_small.png');">
|
||||
{{if eq .User.Subscription.ID "patreon_5"}}
|
||||
You have this plan<br/>
|
||||
Thank you for supporting pixeldrain!
|
||||
@@ -313,7 +313,7 @@
|
||||
<span class="text_highlight">20 GB</span> file size,
|
||||
<span class="text_highlight">240 days</span> file expiry
|
||||
</div>
|
||||
<div class="feat_normal round_tr round_br cell_background" style="background-image: url('/res/img/benefit_2_small.png');">
|
||||
<div class="feat_pro round_tr round_br cell_background" style="background-image: url('/res/img/benefit_2_small.png');">
|
||||
{{if eq .User.Subscription.ID "patreon_2"}}
|
||||
You have this plan<br/>
|
||||
Thank you for supporting pixeldrain!
|
||||
@@ -328,7 +328,7 @@
|
||||
<span class="text_highlight">20 GB</span> file size,
|
||||
<span class="text_highlight">480 days</span> file expiry
|
||||
</div>
|
||||
<div class="feat_normal round_tr round_br cell_background" style="background-image: url('/res/img/benefit_3_small.png');">
|
||||
<div class="feat_pro round_tr round_br cell_background" style="background-image: url('/res/img/benefit_3_small.png');">
|
||||
{{if eq .User.Subscription.ID "patreon_3"}}
|
||||
You have this plan<br/>
|
||||
Thank you for supporting pixeldrain!
|
||||
@@ -343,7 +343,7 @@
|
||||
<span class="text_highlight">20 GB</span> file size,
|
||||
<span class="text_highlight">960 days</span> file expiry
|
||||
</div>
|
||||
<div class="feat_normal round_tr round_br cell_background" style="background-image: url('/res/img/benefit_4_small.png');">
|
||||
<div class="feat_pro round_tr round_br cell_background" style="background-image: url('/res/img/benefit_4_small.png');">
|
||||
{{if eq .User.Subscription.ID "patreon_4"}}
|
||||
You have this plan<br/>
|
||||
Thank you for supporting pixeldrain!
|
||||
@@ -358,7 +358,7 @@
|
||||
<span class="text_highlight">20 GB</span> file size,
|
||||
<span class="text_highlight">1920 days</span> file expiry
|
||||
</div>
|
||||
<div class="feat_normal round_tr round_br cell_background" style="background-image: url('/res/img/benefit_6_small.png');">
|
||||
<div class="feat_pro round_tr round_br cell_background" style="background-image: url('/res/img/benefit_6_small.png');">
|
||||
{{if eq .User.Subscription.ID "patreon_6"}}
|
||||
You have this plan<br/>
|
||||
Thank you for supporting pixeldrain!
|
||||
|
@@ -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},
|
||||
|
Reference in New Issue
Block a user