devdocs/assets/stylesheets/pages/_sqlite.scss
2021-03-03 21:18:41 +01:00

12 lines
286 B
SCSS

._sqlite {
@extend %simple;
dt { @extend %block-label, %label-blue; }
.todo { @extend %note, %note-red; }
}
svg {
text.fill { fill: var(--textColor); }
.fill { fill: var(--textColorLighter); }
.stroke { fill: none; stroke-width: 2.16; stroke: var(--textColorLighter); }
}