Skip to content

Commit c65c52d

Browse files
author
James Brundage
committed
docs: Export-4BitCss Section Headers
1 parent 688ab5f commit c65c52d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Commands/Export-4BitCSS.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ if (-not $NoStream) {
325325

326326
if (-not $NoColorName) {
327327
@"
328+
/* colors */
328329
.black , .Black , .ANSI0 { color: var(--black) }
329330
.red , .Red , .ANSI1 { color: var(--red) }
330331
.green , .Green , .ANSI2 { color: var(--green) }
@@ -351,6 +352,7 @@ if (-not $NoColorName) {
351352

352353
if (-not $NoBackgroundColor) {
353354
@"
355+
/* background colors */
354356
.black-background, .BlackBackground, .ANSI0-Background, .ansi0-background { background-color: var(--black) }
355357
.red-background, .RedBackground, .ANSI1-Background, .ansi1-background { background-color: var(--red) }
356358
.green-background, .GreenBackground, .ANSI2-Background, .ansi2-background { background-color: var(--green) }
@@ -372,6 +374,7 @@ if (-not $NoBackgroundColor) {
372374

373375
if (-not $NoFill) {
374376
@"
377+
/* fills */
375378
.black-fill , .BlackFill , .ANSI0-Fill, .ansi0-fill { fill: var(--black) }
376379
.red-fill , .RedFill , .ANSI1-Fill, .ansi1-fill { fill: var(--red) }
377380
.green-fill , .GreenFill , .ANSI2-Fill, .ansi2-fill { fill: var(--green) }
@@ -395,6 +398,7 @@ if (-not $NoFill) {
395398

396399
if (-not $NoStroke) {
397400
@"
401+
/* strokes */
398402
.black-stroke , .BlackStroke , .ANSI0-Stroke, .ansi0-stroke { stroke: var(--black) }
399403
.red-stroke , .RedStroke , .ANSI1-Stroke, .ansi1-stroke { stroke: var(--red) }
400404
.green-stroke , .GreenStroke , .ANSI2-Stroke, .ansi2-stroke { stroke: var(--green) }
@@ -418,6 +422,7 @@ if (-not $NoStroke) {
418422

419423
if (-not $NoStyle) {
420424
@"
425+
/* psStyles */
421426
.dim, .Dim { opacity: .5; }
422427
.hidden, .Hidden { opacity: 0; }
423428
b, bold, .bold, .Bold { font-weight: bold; }

0 commit comments

Comments
 (0)