From f6f37994475acdf528bfd47bf5ab17bbd4983955 Mon Sep 17 00:00:00 2001 From: Roni Laukkarinen Date: Wed, 10 Jan 2024 16:17:10 +0200 Subject: [PATCH] Fix footer, ref: https://github.com/digitoimistodude/air-light/pull/200 --- CHANGELOG.md | 4 ++++ air-light-demo-content.php | 20 ++++++++++++++------ 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 411a114..57180ef 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.1.5: 2024-01-10 + +* Fix footer as per air-light PR #200 + ### 2.1.4: 2023-03-15 * Fix Padding for blocks diff --git a/air-light-demo-content.php b/air-light-demo-content.php index c5ef3d8..bb77ff7 100755 --- a/air-light-demo-content.php +++ b/air-light-demo-content.php @@ -5,7 +5,7 @@ * * Plugin URI: https://github.com/digitoimistodude/air-light-demo-content * Description: Provides the demo CSS and Gutenberg block for Air-light starter theme as presented in airwptheme.com/demo. - * Version: 2.1.4 + * Version: 2.1.5 * Author: Digitoimisto Dude Oy * Author URI: https://www.dude.fi * Requires at least: 5.0 @@ -15,11 +15,6 @@ * * Text Domain: air-light-demo-content * - * @Author: Timi Wahalahti - * @Date: 2021-05-17 13:27:24 - * @Last Modified by: Roni Laukkarinen - * @Last Modified time: 2022-02-08 17:08:22 - * * @package air-light */ @@ -659,6 +654,19 @@ function demo_css() { ?> background-color: var(--color-valhalla); } +.site-footer .site-info a, +.site-footer .site-info a:hover, +.site-footer .site-info a:focus, +.site-footer .site-info a { + color: var(--color-white); + text-decoration: underline; + text-underline-offset: 2px; +} + +.site-footer .theme-info { + color: var(--color-white); +} + .components { display: flex; flex-wrap: wrap;