1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-19 03:51:43 +04:00
Files
tabler/scss/_dark.scss
T
2019-04-09 22:13:05 +02:00

24 lines
333 B
SCSS

body.theme-dark {
color: #afbdd1;
background: $dark;
.card,
.header,
.sidebar,
.sidenav,
.topnav,
.dropdown-menu {
background: rgba(0, 0, 0, 0.1);
border-color: transparent;
}
.text-default {
color: #afbdd1 !important;
}
.avatar-list-stacked .avatar {
box-shadow: 0 0 0 2px #2b3648;
}
}