2022-04-13 13:51:55 +07:00

13 lines
227 B
SCSS

[data-theme-version="dark"] {
.footer {
background-color: transparent;
.copyright {
background-color: transparent;
p {
color: $white;
}
}
}
}