From 032a4f8c6b0174c4aa97fa9f6ab60a7bd9955c83 Mon Sep 17 00:00:00 2001 From: Jerry Date: Tue, 19 Mar 2024 09:53:47 +0100 Subject: [PATCH] styles version --- htdocs/wp-content/themes/lawcarta/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/wp-content/themes/lawcarta/functions.php b/htdocs/wp-content/themes/lawcarta/functions.php index 6d04620..5f31941 100644 --- a/htdocs/wp-content/themes/lawcarta/functions.php +++ b/htdocs/wp-content/themes/lawcarta/functions.php @@ -66,7 +66,7 @@ add_action('wp_enqueue_scripts', function () { // wp_enqueue_style('lawcarta-libs', get_theme_file_uri('/assets/css/libs.min.css'), [], '100'); wp_enqueue_style('lawcarta-style-colors', get_theme_file_uri('/assets/css/colors.css'), null, '1'); - wp_enqueue_style('lawcarta-style-index', get_theme_file_uri('/assets/css/styles-main-page.min.css'), null, '137'); + wp_enqueue_style('lawcarta-style-index', get_theme_file_uri('/assets/css/styles-main-page.min.css'), null, '138'); // if(is_front_page()){ // wp_enqueue_style('lawcarta-style-index', get_theme_file_uri('/assets/css/main-page.min.css'),['lawcarta-libs'], '101');