Browse Source

Closes #814 - fixes contrast of featured tag for sticky posts.

Jeffrey Pearce 6 năm trước cách đây
mục cha
commit
b34872e22d

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

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

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

@@ -7,7 +7,7 @@ Author URI: https://automattic.com/
 Template: twentynineteen
 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.
 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
 Requires at least: WordPress 4.9.6
-Version: 1.2
+Version: 1.3
 License: GNU General Public License v2 or later
 License: GNU General Public License v2 or later
 License URI: LICENSE
 License URI: LICENSE
 Text Domain: sophisticated-business
 Text Domain: sophisticated-business
@@ -2279,7 +2279,7 @@ body.page .main-navigation {
 }
 }
 
 
 .sticky-post {
 .sticky-post {
-  background: #caab57;
+  background: #080808;
   color: #fff;
   color: #fff;
   display: inline-block;
   display: inline-block;
   font-weight: bold;
   font-weight: bold;

+ 1 - 1
sophisticated-business/style.css

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