From b175697dd51c2846a4983545500596484144c0ed Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Mon, 20 Nov 2023 13:10:56 +0100 Subject: [PATCH] feat: variabilize soft colors --- components/article/flags.php | 2 +- components/globalflag.php | 2 +- home.php | 2 +- scss/core/_typography.scss | 2 +- scss/mixins/_colors.scss | 3 +- scss/utils/_colorize.scss | 14 +--- style.css | 146 +++++------------------------------ 7 files changed, 29 insertions(+), 142 deletions(-) diff --git a/components/article/flags.php b/components/article/flags.php index 5f134fa..45508ef 100644 --- a/components/article/flags.php +++ b/components/article/flags.php @@ -2,7 +2,7 @@ if ($flags) { foreach( $flags as $flag ) { $term_meta = get_option( "taxonomy_term_$flag->term_id" ); - echo "
"; + echo "
"; echo $flag->description; echo "
"; } diff --git a/components/globalflag.php b/components/globalflag.php index 4a2ea08..c66fa46 100644 --- a/components/globalflag.php +++ b/components/globalflag.php @@ -9,7 +9,7 @@ if ($flags) { foreach( $flags as $flag ) { if ($flag->slug == "global") { $term_meta = get_option( "taxonomy_term_$flag->term_id" ); - echo "
"; + echo "
"; echo $flag->description; echo "
"; } diff --git a/home.php b/home.php index 04d72d9..6e425a5 100644 --- a/home.php +++ b/home.php @@ -23,7 +23,7 @@ -
Note : Si vous êtes intéressé pour découvrir plus +
Note : Si vous êtes intéressé pour découvrir plus de contenus trouvé sur internet, vous pouvez aussi regarder mon Shaarli, qui sert plus à partager des petites découverte rigolote ou intéressantes.