From 93cc7be3bf99956ee9110cdcd7c28fa9e4d28b25 Mon Sep 17 00:00:00 2001 From: Jeremy Rangel Date: Mon, 23 Dec 2024 04:10:45 -0800 Subject: [PATCH] Changes to styles --- includes/classes/backend.php | 2 +- style.css | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/includes/classes/backend.php b/includes/classes/backend.php index c66cfbb..a9eba2e 100644 --- a/includes/classes/backend.php +++ b/includes/classes/backend.php @@ -176,7 +176,7 @@ function lcp_inject_breakpoints_to_frontend() { } "; } -add_action('wp_head', 'lcp_inject_breakpoints_to_frontend'); +add_action('wp_head', 'lcp_inject_breakpoints_to_frontend',5); diff --git a/style.css b/style.css index 687419a..5d85a6d 100644 --- a/style.css +++ b/style.css @@ -143,4 +143,6 @@ Version: 1.0 background-color: #333; cursor: pointer; border-radius: 5px; -} \ No newline at end of file +} + +