Takashi Irie 6 jaren geleden
bovenliggende
commit
b0c2d48478
1 gewijzigde bestanden met toevoegingen van 12 en 12 verwijderingen
  1. 12 12
      friendly-business/style-rtl.css

+ 12 - 12
friendly-business/style-rtl.css

@@ -883,7 +883,7 @@ button:hover,
 input[type="button"]:hover,
 input[type="reset"]:hover,
 input[type="submit"]:hover {
-  background: #111;
+  background: #133a24;
   cursor: pointer;
 }
 
@@ -901,7 +901,7 @@ button:focus,
 input[type="button"]:focus,
 input[type="reset"]:focus,
 input[type="submit"]:focus {
-  background: #111;
+  background: #133a24;
   outline: thin dotted;
   outline-offset: -4px;
 }
@@ -2512,7 +2512,7 @@ body.page .main-navigation {
 }
 
 .entry .entry-content a.button:hover {
-  background: #111;
+  background: #133a24;
   color: #fffdf6;
   cursor: pointer;
 }
@@ -3485,13 +3485,13 @@ body.page .main-navigation {
 
 .entry .entry-content .wp-block-button .wp-block-button__link:hover {
   color: white;
-  background: #111;
+  background: #133a24;
   cursor: pointer;
 }
 
 .entry .entry-content .wp-block-button .wp-block-button__link:focus {
   color: white;
-  background: #111;
+  background: #133a24;
   outline: thin dotted;
   outline-offset: -4px;
 }
@@ -3523,11 +3523,11 @@ body.page .main-navigation {
 
 .entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
   color: white;
-  border-color: #111;
+  border-color: #133a24;
 }
 
 .entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) {
-  color: #111;
+  color: #133a24;
 }
 
 .entry .entry-content .wp-block-archives,
@@ -4041,12 +4041,12 @@ body.page .main-navigation {
 }
 
 .entry .entry-content .wp-block-file .wp-block-file__button:hover {
-  background: #111;
+  background: #133a24;
   cursor: pointer;
 }
 
 .entry .entry-content .wp-block-file .wp-block-file__button:focus {
-  background: #111;
+  background: #133a24;
   outline: thin dotted;
   outline-offset: -4px;
 }
@@ -4427,7 +4427,7 @@ body.page .main-navigation {
 }
 
 .entry .entry-content .a8c-posts-list-item__edit-link:hover, .entry .entry-content .a8c-posts-list-item__edit-link:focus {
-  background: #111;
+  background: #133a24;
   cursor: pointer;
 }
 
@@ -4471,7 +4471,7 @@ body.page .main-navigation {
 }
 
 .entry .entry-content .a8c-posts-list__view-all:hover {
-  background: #111;
+  background: #133a24;
   cursor: pointer;
 }
 
@@ -4481,7 +4481,7 @@ body.page .main-navigation {
 }
 
 .entry .entry-content .a8c-posts-list__view-all:focus {
-  background: #111;
+  background: #133a24;
   outline: thin dotted;
   outline-offset: -4px;
 }