1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00
Files
tabler/scss/_dark.scss
2019-03-12 22:09:23 +01:00

22 lines
306 B
SCSS

body.theme-dark {
color: rgba(255, 255, 255, .8);
background: $dark;
.card,
.header,
.sidebar,
.sidenav,
.topnav {
background: $body-bg-dark;
}
.text-default {
color: rgba(255, 255, 255, .8);
}
.avatar-list-stacked .avatar {
box-shadow: 0 0 0 2px $body-bg-dark;
}
}