Ver código fonte

style(nightmode): EditNews input

Owen Diffey 3 anos atrás
pai
commit
87b7043887
1 arquivos alterados com 6 adições e 1 exclusões
  1. 6 1
      frontend/src/components/modals/EditNews.vue

+ 6 - 1
frontend/src/components/modals/EditNews.vue

@@ -229,7 +229,12 @@ export default {
 .night-mode {
 	#markdown-editor-and-preview textarea,
 	#markdown-editor-and-preview #preview {
-		border-color: #fff;
+		border-color: var(--grey-3);
+	}
+
+	#markdown-editor-and-preview textarea {
+		background-color: var(--dark-grey);
+		color: var(--white);
 	}
 }