Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Jan 10, 2024
1 parent 11e961d commit f6f3799
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
20 changes: 14 additions & 6 deletions air-light-demo-content.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
*/

Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit f6f3799

Please sign in to comment.