File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 8
8
</div >
9
9
10
10
@if (env (' DISPLAY_CREDIT' ) === true )
11
+ <?php if ($color_scheme == ' dark' ) {
12
+ $textcolor = ' #FFFFFF' ;
13
+ } else {
14
+ $textcolor = ' #100a26' ;
15
+ } ? >
11
16
<a href =" https://littlelink-custom.com" target =" _blank" title =" Learn more" >
12
17
<section class =" hvr-grow fadein" >
13
18
<div class =" parent-footer" >
14
19
<img id =" footer_spin" class =" footer_spin image-footer1 generic" src =" {{ asset (' littlelink/images/just-gear.svg' ) } }" alt =" LittleLink Custom" ></img >
15
20
<img class =" image-footer2" src =" {{ asset (' littlelink/images/just-ll.svg' ) } }" alt =" LittleLink Custom" ></img >
16
21
</div >
17
22
18
- <a href =" https://littlelink-custom.com" style =" color : #FFFFFF ; font-weight : 700 ; font-size : 15px ;" >Powered by LittleLink Custom</a >
23
+ <a href =" https://littlelink-custom.com" style =" color : {{ $textcolor }} ; font-weight : 700 ; font-size : 15px ;" >Powered by LittleLink Custom</a >
19
24
</section >
20
25
</a ><br ><br ><br >
21
26
@endif
You can’t perform that action at this time.
0 commit comments