adjust css

This commit is contained in:
Squidly271 2021-06-10 07:26:01 -04:00
parent 8962caabab
commit be50074070
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -15,7 +15,7 @@ a9d4cd0e4e1f37cbe3806b952a96ddb1 ./ca_settings.page
d7f50413cbaac1c6cb9ceaaef48f270a ./include/helpers.php
8f1129e0cdb994c6d1900192252433d8 ./include/paths.php
eb76c1b6ed3da5e5b393f22d2ec18430 ./javascript/libraries.js
cf672706eeb16e8adcff765951877e4e ./skins/Narrow/css.php
4799ad5cd2aa76e01d0634df9178f0d7 ./skins/Narrow/css.php
944beab17894885ed9ae22db3920a054 ./skins/Narrow/skin.html
d975e0703c7a5ded05c77632da3dbdb1 ./skins/Narrow/skin.php
38d1f40cbc64eed32cdb3292e1ec1f6e ./scripts/PluginAPI.php

View File

@ -35,7 +35,7 @@ switch ($theme) {
$watermarkColor = "rgba(43, 43, 43, 0.4)";
$tooltipsterBackground = "linear-gradient(90deg,#303030 0,#707070)";
$tooltipsterContent = "#f2f2f2";
$aColor = "#000000";
$aColor = "#00b8d6";
break;
case 'white':
$donateBackground = "#1c1b1b";
@ -71,7 +71,7 @@ switch ($theme) {
$watermarkColor = "rgba(96, 110, 127, 0.1)";
$tooltipsterBackground = "linear-gradient(90deg,#303030 0,#707070)";
$tooltipsterContent = "#f2f2f2";
$aColor = "#000000";
$aColor = "#00b8d6";
break;
// Use settings for black as a fallback
default: