mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
12 lines
286 B
SCSS
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); }
|
|
}
|