|
@@ -4,7 +4,7 @@ Theme Name: Mayland
|
|
|
Theme URI: https://github.com/Automattic/themes/tree/master/mayland
|
|
|
Author: Automattic
|
|
|
Author URI: https://automattic.com/
|
|
|
-Description: A design system for WordPress sites built with Gutenberg.
|
|
|
+Description: Make your online portfolio wonderfully uncluttered with Mayland. Gracefully highlight your photography and other projects. Mayland is versatile enough to be your personal site too.
|
|
|
Requires at least: WordPress 4.9.6
|
|
|
Version: 1.0.0
|
|
|
License: GNU General Public License v2 or later
|
|
@@ -1895,25 +1895,19 @@ p.has-background {
|
|
|
}
|
|
|
|
|
|
hr {
|
|
|
- border-bottom-color: #e6e6e6;
|
|
|
- border-bottom-width: 2px;
|
|
|
+ border-bottom: 2px solid #e6e6e6;
|
|
|
clear: both;
|
|
|
margin-right: auto;
|
|
|
margin-left: auto;
|
|
|
}
|
|
|
|
|
|
hr.wp-block-separator {
|
|
|
- border-bottom-color: #e6e6e6;
|
|
|
+ border-bottom: 2px solid #e6e6e6;
|
|
|
/**
|
|
|
* Block Options
|
|
|
*/
|
|
|
}
|
|
|
|
|
|
-hr.wp-block-separator.is-style-wide {
|
|
|
- border-bottom-color: #e6e6e6;
|
|
|
- border-bottom-width: 2px;
|
|
|
-}
|
|
|
-
|
|
|
hr.wp-block-separator.is-style-dots:before {
|
|
|
color: #e6e6e6;
|
|
|
font-size: 1.728rem;
|