mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
22 lines
306 B
SCSS
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;
|
|
}
|
|
}
|
|
|