Make WordPress Themes

Changeset 273723 for altra/1.1.7


Ignore:
Timestamp:
05/28/2025 11:51:26 AM (6 months ago)
Author:
themedropbox
Message:

New version of Altra - 1.1.7

Location:
altra/1.1.7
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • altra/1.1.7/readme.txt

    r272759 r273723  
    44Tested up to: 6.8
    55Requires PHP: 5.6
    6 Stable tag: 1.1.6
     6Stable tag: 1.1.7
    77License: GPLv3 or later
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    7979== Changelog ==
    8080
     81@version 1.1.7
     82* Style improvements - Block Page List Hover & Focus
     83
    8184@version 1.1.6
    8285* Style improvements - Block Page List
  • altra/1.1.7/style.css

    r272759 r273723  
    33Text Domain:       altra
    44Template:           atua
    5 Version:            1.1.6
     5Version:            1.1.7
    66Tested up to:       6.8
    77Requires at least:  4.7
     
    11381138    font-weight: 600;
    11391139}
     1140
     1141.wp-block-page-list a:hover,
     1142.wp-block-page-list a:focus {
     1143    color: var(--dt-pri-color);
     1144}
Note: See TracChangeset for help on using the changeset viewer.