credit color

This commit is contained in:
Squidly271 2022-03-07 05:46:58 -05:00
parent c8364a6f2f
commit c59af1efc2
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -18,6 +18,6 @@ a1401a0bed89c182b69f0c7508282c1f ./scripts/pluginInstall.php
da3b4f9b73c5c3bf65be6c42d68b51f9 ./scripts/showStatistics.php
4425f8fd4ef662a7dc65cee01de3e419 ./scripts/updatePLG.sh
34554a56611dfe625889c82afd5138de ./scripts/updatePluginSupport.php
bd7c51effa9aca8bce60e5c88cb84211 ./skins/Narrow/css.php
62494acd8ae889cf55688a22852eadb0 ./skins/Narrow/css.php
639c5146c5880a617fe15f603b1cffa3 ./skins/Narrow/skin.html
5e0bcf392899a3df7fa7eca49ca4d009 ./skins/Narrow/skin.php

View File

@ -258,7 +258,7 @@ ul.context{list-style-type:none;padding:0;margin:0;}
a.context{text-decoration:none;color:currentColor;margin:5px;}
li.context{margin-top:0.5rem;margin-bottom:0.5rem;font-size:1.5rem;}
li.context:hover{color:<?=$unRaid66color?>;}
.credits{overflow:scroll;overflow-x:hidden; overflow-y:auto;margin:auto;width:600px;padding-bottom:50px;background-image: linear-gradient(to bottom, royalblue 50%, yellow 50%);-webkit-background-clip: text;-moz-background-clip: text;background-clip: text;color: transparent;}
.credits{overflow:scroll;overflow-x:hidden; overflow-y:auto;margin:auto;width:600px;padding-bottom:50px;background-image: linear-gradient(to bottom, royalblue 50%, #b5b52c 50%);-webkit-background-clip: text;-moz-background-clip: text;background-clip: text;color: transparent;}
li.debugging{cursor:pointer;}
.dimScreenShot{overflow:unset !important;}
.disabledIcon{color:#040404;font-size:2.5rem;}