themes-wordpress/olympique/style.css
Henrique Iamarino 447714a565
Olympique: add theme (#8007)
* Olympique: add theme

* Olympique: Fix readme  file

* Olympique: Fixing after review

* Olympique: Replacing Navigation
2024-08-14 11:32:31 +02:00

25 lines
927 B
CSS

/*
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;
}