瀏覽代碼

Penscratch 2: Improve readability of links

Niels Lange 5 年之前
父節點
當前提交
05713dae28
共有 2 個文件被更改,包括 2 次插入3 次删除
  1. 2 2
      penscratch-2/css/editor-blocks.css
  2. 0 1
      penscratch-2/style.css

+ 2 - 2
penscratch-2/css/editor-blocks.css

@@ -44,7 +44,8 @@ Description: Used to style Gutenberg Blocks in the editor.
 
 /* Colour */
 
-.edit-post-visual-editor .editor-block-list__block {
+.edit-post-visual-editor .editor-block-list__block,
+.edit-post-visual-editor .wp-block-paragraph {
 	color: #666;
 }
 
@@ -149,7 +150,6 @@ Description: Used to style Gutenberg Blocks in the editor.
 .editor-block-list__block a,
 .wp-block-freeform.block-library-rich-text__tinymce a {
 	color: #1c7c7c;
-	text-decoration: none;
 }
 
 /* Table styles */

+ 0 - 1
penscratch-2/style.css

@@ -930,7 +930,6 @@ a {
 	   -moz-transition: all .2s ease-in-out;
 		 -o-transition: all .2s ease-in-out;
 			transition: all .2s ease-in-out;
-	text-decoration: none;
 	color: #1c7c7c;
 }
 a:visited {