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