Pārlūkot izejas kodu

Barnsbury: Recompile CSS to remove !important from utility classes, update npm dependency.

Allan Cole 5 gadi atpakaļ
vecāks
revīzija
f28edb1c84
2 mainītis faili ar 42 papildinājumiem un 32 dzēšanām
  1. 21 16
      barnsbury/style-rtl.css
  2. 21 16
      barnsbury/style.css

+ 21 - 16
barnsbury/style-rtl.css

@@ -2249,6 +2249,10 @@ hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
 	max-width: 96px;
 }
 
+hr.wp-block-separator.is-style-wide {
+	border-bottom-width: 2.64px;
+}
+
 hr.wp-block-separator.is-style-dots.has-background, hr.wp-block-separator.is-style-dots.has-text-color {
 	background-color: transparent !important;
 }
@@ -2398,35 +2402,35 @@ table th,
 }
 
 .has-primary-color[class] {
-	color: #20603C !important;
+	color: #20603C;
 }
 
 .has-secondary-color[class] {
-	color: #655441 !important;
+	color: #655441;
 }
 
 .has-foreground-color[class] {
-	color: #3C2323 !important;
+	color: #3C2323;
 }
 
 .has-foreground-light-color[class] {
-	color: #844d4d !important;
+	color: #844d4d;
 }
 
 .has-foreground-dark-color[class] {
-	color: #0D1B24 !important;
+	color: #0D1B24;
 }
 
 .has-background-light-color[class] {
-	color: #FDF9EC !important;
+	color: #FDF9EC;
 }
 
 .has-background-dark-color[class] {
-	color: #DDDDDD !important;
+	color: #DDDDDD;
 }
 
 .has-background-color[class] {
-	color: #FFFDF6 !important;
+	color: #FFFDF6;
 }
 
 .has-background:not(.has-background-background-color) a,
@@ -2435,42 +2439,42 @@ table th,
 }
 
 .has-primary-background-color[class] {
-	background-color: #20603C !important;
+	background-color: #20603C;
 	color: #FFFDF6;
 }
 
 .has-secondary-background-color[class] {
-	background-color: #655441 !important;
+	background-color: #655441;
 	color: #FFFDF6;
 }
 
 .has-foreground-background-color[class] {
-	background-color: #3C2323 !important;
+	background-color: #3C2323;
 	color: #FFFDF6;
 }
 
 .has-foreground-light-background-color[class] {
-	background-color: #844d4d !important;
+	background-color: #844d4d;
 	color: #FFFDF6;
 }
 
 .has-foreground-dark-background-color[class] {
-	background-color: #0D1B24 !important;
+	background-color: #0D1B24;
 	color: #FFFDF6;
 }
 
 .has-background-light-background-color[class] {
-	background-color: #FDF9EC !important;
+	background-color: #FDF9EC;
 	color: #3C2323;
 }
 
 .has-background-dark-background-color[class] {
-	background-color: #DDDDDD !important;
+	background-color: #DDDDDD;
 	color: #3C2323;
 }
 
 .has-background-background-color[class] {
-	background-color: #FFFDF6 !important;
+	background-color: #FFFDF6;
 	color: #3C2323;
 }
 
@@ -3205,6 +3209,7 @@ body:not(.fse-enabled) .footer-menu a {
 .pagination .nav-links .svg-icon {
 	display: inline-block;
 	vertical-align: middle;
+	fill: currentColor;
 }
 
 @media only screen and (min-width: 560px) {

+ 21 - 16
barnsbury/style.css

@@ -2249,6 +2249,10 @@ hr.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
 	max-width: 96px;
 }
 
+hr.wp-block-separator.is-style-wide {
+	border-bottom-width: 2.64px;
+}
+
 hr.wp-block-separator.is-style-dots.has-background, hr.wp-block-separator.is-style-dots.has-text-color {
 	background-color: transparent !important;
 }
@@ -2403,35 +2407,35 @@ table th,
 }
 
 .has-primary-color[class] {
-	color: #20603C !important;
+	color: #20603C;
 }
 
 .has-secondary-color[class] {
-	color: #655441 !important;
+	color: #655441;
 }
 
 .has-foreground-color[class] {
-	color: #3C2323 !important;
+	color: #3C2323;
 }
 
 .has-foreground-light-color[class] {
-	color: #844d4d !important;
+	color: #844d4d;
 }
 
 .has-foreground-dark-color[class] {
-	color: #0D1B24 !important;
+	color: #0D1B24;
 }
 
 .has-background-light-color[class] {
-	color: #FDF9EC !important;
+	color: #FDF9EC;
 }
 
 .has-background-dark-color[class] {
-	color: #DDDDDD !important;
+	color: #DDDDDD;
 }
 
 .has-background-color[class] {
-	color: #FFFDF6 !important;
+	color: #FFFDF6;
 }
 
 .has-background:not(.has-background-background-color) a,
@@ -2440,42 +2444,42 @@ table th,
 }
 
 .has-primary-background-color[class] {
-	background-color: #20603C !important;
+	background-color: #20603C;
 	color: #FFFDF6;
 }
 
 .has-secondary-background-color[class] {
-	background-color: #655441 !important;
+	background-color: #655441;
 	color: #FFFDF6;
 }
 
 .has-foreground-background-color[class] {
-	background-color: #3C2323 !important;
+	background-color: #3C2323;
 	color: #FFFDF6;
 }
 
 .has-foreground-light-background-color[class] {
-	background-color: #844d4d !important;
+	background-color: #844d4d;
 	color: #FFFDF6;
 }
 
 .has-foreground-dark-background-color[class] {
-	background-color: #0D1B24 !important;
+	background-color: #0D1B24;
 	color: #FFFDF6;
 }
 
 .has-background-light-background-color[class] {
-	background-color: #FDF9EC !important;
+	background-color: #FDF9EC;
 	color: #3C2323;
 }
 
 .has-background-dark-background-color[class] {
-	background-color: #DDDDDD !important;
+	background-color: #DDDDDD;
 	color: #3C2323;
 }
 
 .has-background-background-color[class] {
-	background-color: #FFFDF6 !important;
+	background-color: #FFFDF6;
 	color: #3C2323;
 }
 
@@ -3222,6 +3226,7 @@ body:not(.fse-enabled) .footer-menu a {
 .pagination .nav-links .svg-icon {
 	display: inline-block;
 	vertical-align: middle;
+	fill: currentColor;
 }
 
 @media only screen and (min-width: 560px) {