瀏覽代碼

Change placeholder text colour to improve legibility

sbkwgh 7 年之前
父節點
當前提交
2fc9cde6f7
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 0 1
      frontend/src/components/InputEditorCore.vue
  2. 1 1
      frontend/src/components/InputEditorPreview.vue

+ 0 - 1
frontend/src/components/InputEditorCore.vue

@@ -337,7 +337,6 @@
 				align-content: center;
 				@include user-select(none);
 				cursor: default;
-				color: $color__gray--darker;
 			}
 		}
 

+ 1 - 1
frontend/src/components/InputEditorPreview.vue

@@ -77,7 +77,7 @@
 				align-content: center;
 				@include user-select(none);
 				cursor: default;
-				color: $color__gray--darker;
+				color: $color__darkgray--primary;
 			}
 		}
 	}