File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ function getUrlSatusCodesb($urlsb, $timeoutsb = 3)
392392 <a style =" color :tomato ;" class =" nav-link" href =" {{ url (' update' ) } }" >You are in BETA mode! <img src =" https://img.llc.ovh/static/v1?label=installed:&message=<?php if (file_exists (base_path (" vbeta.json" ))) {echo file_get_contents (base_path (" vbeta.json" ));} else {echo " none" ;} ? > &color=FFFFFF" > <img src =" https://img.llc.ovh/static/v1?label=server:&message=<?php echo file_get_contents (" https://update.littlelink-custom.com/beta/vbeta.json" ); ? > &color=FFFFFF" ></a >
393393 @endif
394394
395- @if (Route:: currentRouteName () === " showConfig" )<style >input [ type = checkbox ] {margin-left : -24px !important ;} </style >@endif
395+ @if (Route:: currentRouteName () === " showConfig" )<style >#toggle-switch {margin-left : -24px !important ;} </style >@endif
396396 @if (config (' advanced-config.theme' ) == ' light' and $color_scheme_override != ' dark' )
397397 <div id =" myBtn" class =" toggle" ><span >🌙</span ><input type =" checkbox" id =" toggle-switch" checked /><label for =" toggle-switch" ></label ><span >☀️</span ></div >
398398 <script >function ColorOverrride (){document .cookie = " color_scheme_override=dark; path=/" ,location .reload ()}var btn= document .getElementById (" myBtn" );btn .addEventListener (" click" ,ColorOverrride); </script >
You can’t perform that action at this time.
0 commit comments