Modify hr opacity for theme-dark

This commit is contained in:
Sat Naing
2022-09-09 15:29:58 +06:30
parent 65e424ea15
commit ffd6a71655
+3
View File
@@ -27,6 +27,9 @@
.theme-dark #sun-svg {
display: block;
}
.theme-dark hr {
@apply opacity-30;
}
}
@layer components {