浏览代码

More fixes

Takashi Irie 6 年之前
父节点
当前提交
2c83e1fdd6
共有 2 个文件被更改,包括 12 次插入12 次删除
  1. 1 1
      professional-business/sass/variables-site/_colors.scss
  2. 11 11
      professional-business/style-rtl.css

+ 1 - 1
professional-business/sass/variables-site/_colors.scss

@@ -5,7 +5,7 @@ $color__background-input: #fff;
 $color__background-screen: #0d1b24;
 $color__background-hr: #ececec;
 $color__background-button: #0073aa;
-$color__background-button-hover: darken(#0073aa, 10%);
+$color__background-button-hover: darken( $color__background-button, 10%);
 $color__background-pre: #eee;
 $color__background-ins: #fff9c0;
 $color__background_selection: mix( $color__background-body, $color__background-button, 75% ); // lighten( salmon, 22.5% ); // lighten( #0999d4, 48% );

+ 11 - 11
professional-business/style-rtl.css

@@ -885,7 +885,7 @@ button:hover,
 input[type="button"]:hover,
 input[type="reset"]:hover,
 input[type="submit"]:hover {
-  background: #111;
+  background: #005177;
   cursor: pointer;
 }
 
@@ -903,7 +903,7 @@ button:focus,
 input[type="button"]:focus,
 input[type="reset"]:focus,
 input[type="submit"]:focus {
-  background: #111;
+  background: #005177;
   outline: thin dotted;
   outline-offset: -4px;
 }
@@ -2534,7 +2534,7 @@ body.page .main-navigation {
 }
 
 .entry .entry-content a.button:hover {
-  background: #111;
+  background: #005177;
   color: #fff;
   cursor: pointer;
 }
@@ -3517,13 +3517,13 @@ body.page .main-navigation {
 
 .entry .entry-content .wp-block-button .wp-block-button__link:hover {
   color: white;
-  background: #111;
+  background: #005177;
   cursor: pointer;
 }
 
 .entry .entry-content .wp-block-button .wp-block-button__link:focus {
   color: white;
-  background: #111;
+  background: #005177;
   outline: thin dotted;
   outline-offset: -4px;
 }
@@ -3555,7 +3555,7 @@ 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: #005177;
 }
 
 .entry .entry-content .wp-block-archives,
@@ -4167,12 +4167,12 @@ body.page .main-navigation {
 }
 
 .entry .entry-content .wp-block-file .wp-block-file__button:hover {
-  background: #111;
+  background: #005177;
   cursor: pointer;
 }
 
 .entry .entry-content .wp-block-file .wp-block-file__button:focus {
-  background: #111;
+  background: #005177;
   outline: thin dotted;
   outline-offset: -4px;
 }
@@ -4566,7 +4566,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: #005177;
   cursor: pointer;
 }
 
@@ -4609,7 +4609,7 @@ body.page .main-navigation {
 }
 
 .entry .entry-content .a8c-posts-list__view-all:hover {
-  background: #111;
+  background: #005177;
   cursor: pointer;
 }
 
@@ -4619,7 +4619,7 @@ body.page .main-navigation {
 }
 
 .entry .entry-content .a8c-posts-list__view-all:focus {
-  background: #111;
+  background: #005177;
   outline: thin dotted;
   outline-offset: -4px;
 }