Make WordPress Themes


Ignore:
Timestamp:
04/02/2024 08:10:08 PM (20 months ago)
Author:
themedropbox
Message:

New version of Twenty Nineteen - 2.8

Location:
twentynineteen/2.8
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • twentynineteen/2.8/style-rtl.css

    r207575 r223028  
    66Author URI: https://wordpress.org/
    77Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
    8 Tested up to: 6.4
     8Tested up to: 6.5
    99Requires at least: 4.7
    1010Requires PHP: 5.2.4
    11 Version: 2.7
     11Version: 2.8
    1212License: GNU General Public License v2 or later
    1313License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    54855485}
    54865486
     5487.entry .entry-content .wp-block-buttons {
     5488  line-height: 1.2;
     5489}
     5490
    54875491.entry .entry-content .wp-block-button .wp-block-button__link {
    54885492  transition: background 150ms ease-in-out;
     
    54905494  font-size: 0.88889em;
    54915495  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    5492   line-height: 1.2;
    54935496  box-sizing: border-box;
    54945497  font-weight: bold;
     
    54965499  padding: 0.76rem 1rem;
    54975500  outline: none;
    5498   outline: none;
    54995501}
    55005502
     
    55115513  background: #111;
    55125514  cursor: pointer;
     5515}
     5516
     5517.entry .entry-content .wp-block-button .wp-block-button__link:hover:not(.has-background) {
     5518  background: #111;
    55135519}
    55145520
     
    55185524  outline: thin dotted;
    55195525  outline-offset: -4px;
     5526}
     5527
     5528.entry .entry-content .wp-block-button .wp-block-button__link:focus:not(.has-background) {
     5529  background: #111;
    55205530}
    55215531
Note: See TracChangeset for help on using the changeset viewer.