themes-wordpress/rainfall/style.css

29 lines
926 B
CSS
Raw Normal View History

2022-07-10 09:39:35 +00:00
/*
Theme Name: Rainfall
Theme URI: TBD
Author: Automattic
Author URI: https://automattic.com
Description: TBD
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.7
2022-07-14 07:40:23 +00:00
Version: 0.0.2
2022-07-10 09:39:35 +00:00
License: GNU General Public License v2 or later
License URI: https://raw.githubusercontent.com/Automattic/themes/trunk/LICENSE
2022-07-11 16:32:39 +00:00
Template:
2022-07-10 09:39:35 +00:00
Text Domain: rainfall
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
2022-07-11 16:32:39 +00:00
*/
.wp-block-post-title:not(.editor-post-title) {
2022-07-11 16:32:39 +00:00
margin-left: 1ch;
text-indent: -1ch;
}
.wp-block-post-comments-form input:not([type=submit],[type=checkbox]),
.wp-block-post-comments-form textarea,
.wp-block-post-comments-form select {
background-color: var(--wp--preset--color--black);
color: var(--wp--preset--color--black);
border: 1px solid var(--wp--preset--color--white);
}