Plugin Directory

Changeset 2869915


Ignore:
Timestamp:
02/23/2023 10:42:12 AM (3 years ago)
Author:
atikul99
Message:

primary default color updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ai-preloader/trunk/public/class-ai-preloader-public.php

    r2853451 r2869915  
    155155        <style>
    156156            :root{
    157                 --primary-color: <?php echo esc_html($primary_color); ?>;
     157                --primary-color: <?php if(!empty($primary_color)){echo esc_html($primary_color);}else{echo "#EE4040";} ?>;
    158158            }
    159159            .preloader{
Note: See TracChangeset for help on using the changeset viewer.