@@ -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>