duy 2 жил өмнө
parent
commit
4c9240c87d

+ 8 - 0
src/components/message/index.vue

@@ -68,4 +68,12 @@ const texts = ref(props.text)
         margin-bottom: 10px;
     }
 }
+html.dark {
+    .title {
+        position: relative;
+        font-size: 20px;
+        color:white;
+        margin-bottom: 20px;
+    }
+}
 </style>