From aadb4df25da60ffedc10d543f7075491bd377c07 Mon Sep 17 00:00:00 2001 From: Jerry Date: Fri, 5 Jul 2024 13:11:05 +0200 Subject: [PATCH] styles get param --- 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 d97643c..8bc4032 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, '139'); + wp_enqueue_style('lawcarta-style-index', get_theme_file_uri('/assets/css/styles-main-page.min.css'), null, '140'); // if(is_front_page()){ // wp_enqueue_style('lawcarta-style-index', get_theme_file_uri('/assets/css/main-page.min.css'),['lawcarta-libs'], '101');