Parcourir la source

Merge pull request #928 from Automattic/fix/issue-814

Sophisticated Business: #814 - fixes contrast of featured tag for sticky posts.
Jeffrey Pearce il y a 6 ans
Parent
commit
9131b80a58

+ 1 - 1
sophisticated-business/sass/site/primary/_posts-and-pages.scss

@@ -4,7 +4,7 @@
 
 .sticky-post {
 	background: $color__background-button;
-	color: #fff;
+	color: $color__background-body;
 	display: inline-block;
 	font-weight: bold;
 	line-height: 1;

+ 2 - 2
sophisticated-business/style-rtl.css

@@ -7,7 +7,7 @@ Author URI: https://automattic.com/
 Template: twentynineteen
 Description: Your classy establishment needs an equally classy website to showcase your delicious food and special concoctions! With its bold typography and chic color scheme, Sophisticated Business exudes the same cool, intimate atmosphere as an upscale bar, lounge, or pub.
 Requires at least: WordPress 4.9.6
-Version: 1.2
+Version: 1.3
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: sophisticated-business
@@ -2279,7 +2279,7 @@ body.page .main-navigation {
 }
 
 .sticky-post {
-  background: #caab57;
+  background: #080808;
   color: #fff;
   display: inline-block;
   font-weight: bold;

+ 1 - 1
sophisticated-business/style.css

@@ -2286,7 +2286,7 @@ body.page .main-navigation {
 
 .sticky-post {
   background: #caab57;
-  color: #fff;
+  color: #080808;
   display: inline-block;
   font-weight: bold;
   line-height: 1;