39 lines
1.6 KiB
CSS
39 lines
1.6 KiB
CSS
|
/*
|
||
|
Theme Name: Twenty Twenty-Five
|
||
|
Theme URI: https://wordpress.org/themes/twentytwentyfive/
|
||
|
Author: the WordPress team
|
||
|
Author URI: https://wordpress.org
|
||
|
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
|
||
|
Requires at least: 6.7
|
||
|
Tested up to: 6.7
|
||
|
Requires PHP: 7.2.24
|
||
|
Version: 1.0
|
||
|
License: GNU General Public License v2 or later
|
||
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||
|
Text Domain: twentytwentyfive
|
||
|
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
|
||
|
*/
|
||
|
|
||
|
/*
|
||
|
* Link styles
|
||
|
* https://github.com/WordPress/gutenberg/issues/42319
|
||
|
*/
|
||
|
a {
|
||
|
text-decoration-thickness: 1px !important;
|
||
|
text-underline-offset: .1em;
|
||
|
}
|
||
|
|
||
|
/* Focus styles */
|
||
|
:where(.wp-site-blocks *:focus) {
|
||
|
outline-width: 2px;
|
||
|
outline-style: solid;
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
* Progresive enhancement to reduce widows and orphans
|
||
|
* https://github.com/WordPress/gutenberg/issues/55190
|
||
|
*/
|
||
|
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
|
||
|
text-wrap: pretty;
|
||
|
}
|