themes-wordpress/olympique/style.css

26 lines
927 B
CSS
Raw Permalink Normal View History

/*
Theme Name: Olympique
Theme URI: https://themeshaper.com/olympique/
Author: Automattic
Author URI: https://automattic.com
Description: A theme to celebrate the history of the games and the milestones that have shaped their legacy.
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 7.0
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: olympique
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, blog, portfolio, news
/* Progresive enhancement to reduce widows and orphans.
/* https://github.com/WordPress/gutenberg/issues/55190
*/
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption {
text-wrap: balance;
}
p {
text-wrap: pretty;
}