فهرست منبع

Editor font size corrections. Remove opacity from quote.

Jeffrey Pearce 6 سال پیش
والد
کامیت
362a0905d8
4فایلهای تغییر یافته به همراه4 افزوده شده و 7 حذف شده
  1. 4 4
      stratford/functions.php
  2. 0 1
      stratford/sass/_extra-child-theme.scss
  3. 0 1
      stratford/style-rtl.css
  4. 0 1
      stratford/style.css

+ 4 - 4
stratford/functions.php

@@ -29,25 +29,25 @@ if ( ! function_exists( 'stratford_setup' ) ) :
 				array(
 					'name'      => __( 'Small', 'stratford' ),
 					'shortName' => __( 'S', 'stratford' ),
-					'size'      => 19.5,
+					'size'      => 16.6,
 					'slug'      => 'small',
 				),
 				array(
 					'name'      => __( 'Normal', 'stratford' ),
 					'shortName' => __( 'M', 'stratford' ),
-					'size'      => 22,
+					'size'      => 20,
 					'slug'      => 'normal',
 				),
 				array(
 					'name'      => __( 'Large', 'stratford' ),
 					'shortName' => __( 'L', 'stratford' ),
-					'size'      => 36.5,
+					'size'      => 28.8,
 					'slug'      => 'large',
 				),
 				array(
 					'name'      => __( 'Huge', 'stratford' ),
 					'shortName' => __( 'XL', 'stratford' ),
-					'size'      => 49.5,
+					'size'      => 34.56,
 					'slug'      => 'huge',
 				),
 			)

+ 0 - 1
stratford/sass/_extra-child-theme.scss

@@ -292,7 +292,6 @@ a {
 		font-family: $font_family_secondary;
 		font-size: $font_size_md;
 		line-height: $font_line_height_body;
-		opacity: 0.6;
 	}
 	cite {
 		color: inherit;

+ 0 - 1
stratford/style-rtl.css

@@ -3625,7 +3625,6 @@ a {
 	font-family: "Lato", sans-serif;
 	font-size: 1.2rem;
 	line-height: 1.6;
-	opacity: 0.6;
 }
 
 .wp-block-quote cite,

+ 0 - 1
stratford/style.css

@@ -3630,7 +3630,6 @@ a {
 	font-family: "Lato", sans-serif;
 	font-size: 1.2rem;
 	line-height: 1.6;
-	opacity: 0.6;
 }
 
 .wp-block-quote cite,