Преглед на файлове

Continuing to build out Vintage GB styles.

Laurel Fulford преди 7 години
родител
ревизия
bec93ae40e
променени са 3 файла, в които са добавени 6 реда и са изтрити 3 реда
  1. 2 0
      radcliffe-2/assets/css/blocks-vintage.css
  2. 2 1
      radcliffe-2/assets/css/editor-style-vintage.css
  3. 2 2
      radcliffe-2/assets/css/editor-style.css

+ 2 - 0
radcliffe-2/assets/css/blocks-vintage.css

@@ -1,5 +1,7 @@
 .alignwide,
 .alignfull,
+ul.wp-block-gallery.alignwide,
+ul.wp-block-gallery.alignfull,
 .wp-block-cover-image {
 	background-color: rgba(255,255,255,0.7);
 	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.8+0,1+20,1+80,0.8+100 */

+ 2 - 1
radcliffe-2/assets/css/editor-style-vintage.css

@@ -89,7 +89,8 @@ Editor Styles for Radcliffe 2: Vintage Style Pack
 # Typography
 --------------------------------------------------------------*/
 
-.edit-post-visual-editor p {
+.edit-post-visual-editor p,
+.edit-post-visual-editor li {
 	font-size: 18px;
 }
 

+ 2 - 2
radcliffe-2/assets/css/editor-style.css

@@ -633,13 +633,13 @@ h6.editor-rich-text__tinymce.mce-content-body {
 .edit-post-visual-editor .wp-block-quote p,
 .editor-post-visual-editor blockquote p {
 	color: #666;
-	font-size: 22px;
+	font-size: 20px;
 }
 
 .edit-post-visual-editor .wp-block-quote cite,
 .editor-post-visual-editor blockquote cite {
 	color: #999;
-	font-size: 0.8em;
+	font-size: 13px;
 }
 
 /* Pullquotes */