themes-wordpress/pixel/style.css
Madhu Dollu fb4d38e85c
update header template (#6475)
* update header template

* Remove emptyline.

Co-authored-by: Jeff Ong <jonger4@gmail.com>
2022-08-30 14:16:20 -04:00

24 lines
915 B
CSS

/*
Theme Name: Pixel
Theme URI: https://github.com/Automattic/themes/tree/trunk/pixel
Author: Automattic
Author URI: https://automattic.com/
Description: Pixel is a Tumblr Inspired Theme
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.7
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: https://raw.githubusercontent.com/Automattic/themes/trunk/LICENSE
Template:
Text Domain: pixel
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
*/
/*
* Custom class to add shadow to blocks
* Need this until box shadow support added to Gutenberg here: https://github.com/WordPress/gutenberg/pull/43184
*/
.pixel-shadow {
box-shadow: 5px 5px 0px -2px var(--wp--preset--color--background), 5px 5px var(--wp--preset--color--foreground);
}