13 lines
278 B
SCSS
Raw Permalink Normal View History

2022-04-13 13:51:55 +07:00
// [data-theme-version="dark"] {
// .footer {
// background-color: lighten($d-bg, 3.2%);
// .copyright {
// background-color: lighten($d-bg, 3.2%);
// p {
// color: $white;
// }
// }
// }
// }