css adjustments

This commit is contained in:
Squidly271 2021-02-23 10:14:54 -05:00
parent ed82f89b48
commit 18844941c9
2 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@ switch ($theme) {
case 'black': case 'black':
$donateBackground = "#f2f2f2"; $donateBackground = "#f2f2f2";
$donateText = "#1c1b1b"; $donateText = "#1c1b1b";
$templateBackground = "#191818"; $templateBackground = "#0f0f0f";
$hrColor = "#2b2b2b"; $hrColor = "#2b2b2b";
$borderColor = "#2b2b2b"; $borderColor = "#2b2b2b";
$watermarkColor = "rgba(43, 43, 43, 0.4)"; $watermarkColor = "rgba(43, 43, 43, 0.4)";
@ -38,7 +38,7 @@ switch ($theme) {
case 'white': case 'white':
$donateBackground = "#1c1b1b"; $donateBackground = "#1c1b1b";
$donateText = "#f2f2f2"; $donateText = "#f2f2f2";
$templateBackground = "#f5f5f5"; $templateBackground = "#ffffff";
$hrColor = "lightgrey"; $hrColor = "lightgrey";
$borderColor = "lightgrey"; $borderColor = "lightgrey";
$watermarkColor = "rgba(211, 211, 211, 0.8)"; $watermarkColor = "rgba(211, 211, 211, 0.8)";
@ -48,7 +48,7 @@ switch ($theme) {
case 'azure': case 'azure':
$donateBackground = "#606e7f"; $donateBackground = "#606e7f";
$donateText = "#e4e2e4"; $donateText = "#e4e2e4";
$templateBackground = "#e2e0e2"; $templateBackground = "#ffffff";
$hrColor = "#606e7f"; $hrColor = "#606e7f";
$border = "#606e7f"; $border = "#606e7f";
$watermarkColor = "rgba(96, 110, 127, 0.1)"; $watermarkColor = "rgba(96, 110, 127, 0.1)";
@ -58,7 +58,7 @@ switch ($theme) {
case 'gray': case 'gray':
$donateBackground = "#606e7f"; $donateBackground = "#606e7f";
$donateText = "#1b1d1b"; $donateText = "#1b1d1b";
$templateBackground = "#1b1d1b"; $templateBackground = "#121212";
$hrColor = "#606e7f"; $hrColor = "#606e7f";
$border = "#606e7f"; $border = "#606e7f";
$watermarkColor = "rgba(96, 110, 127, 0.1)"; $watermarkColor = "rgba(96, 110, 127, 0.1)";
@ -69,7 +69,7 @@ switch ($theme) {
default: default:
$donateBackground = "#f2f2f2"; $donateBackground = "#f2f2f2";
$donateText = "#1c1b1b"; $donateText = "#1c1b1b";
$templateBackground = "#191818"; $templateBackground = "#0f0f0f";
$hrColor = "#2b2b2b"; $hrColor = "#2b2b2b";
$borderColor = "#2b2b2b"; $borderColor = "#2b2b2b";
$watermarkColor = "rgba(43, 43, 43, 0.4)"; $watermarkColor = "rgba(43, 43, 43, 0.4)";