Explorar o código

style(nightmode): EditNews input

Owen Diffey %!s(int64=3) %!d(string=hai) anos
pai
achega
87b7043887
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  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);
 	}
 }