Skip to content

Commit 48d31a6

Browse files
StartAutomatingStartAutomating
authored andcommitted
docs: Export-4BitCss Section Headers
1 parent 7f46f52 commit 48d31a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/zenwritten-light/zenwritten-light.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
.warning-border , .Warning-Border { border-color: var(--brightYellow) }
5959
.warning-fill , .Warning-Fill { fill: var(--brightYellow) }
6060
.warning-stroke , .Warning-Stroke { stroke: var(--brightYellow) }
61+
/* colors */
6162
.black , .Black , .ANSI0 { color: var(--black) }
6263
.red , .Red , .ANSI1 { color: var(--red) }
6364
.green , .Green , .ANSI2 { color: var(--green) }
@@ -79,6 +80,7 @@
7980
.purple , .Purple { color: var(--purple) }
8081

8182
.brightpurple , .bright-purple , .BrightPurple { color: var(--brightPurple) }
83+
/* background colors */
8284
.black-background, .BlackBackground, .ANSI0-Background, .ansi0-background { background-color: var(--black) }
8385
.red-background, .RedBackground, .ANSI1-Background, .ansi1-background { background-color: var(--red) }
8486
.green-background, .GreenBackground, .ANSI2-Background, .ansi2-background { background-color: var(--green) }
@@ -95,6 +97,7 @@
9597
.brightmagenta-background, .bright-magenta-background, .BrightMagentaBackground, .ANSI13-Background, .ansi13-background { background-color: var(--brightPurple) }
9698
.brightcyan-background, .bright-cyan-background, .BrightCyanBackground, .ANSI14-Background, .ansi14-background { background-color: var(--brightCyan) }
9799
.brightwhite-background, .bright-white-background, .BrightWhiteBackground, .ANSI15-Background, .ansi15-background { background-color: var(--brightWhite) }
100+
/* fills */
98101
.black-fill , .BlackFill , .ANSI0-Fill, .ansi0-fill { fill: var(--black) }
99102
.red-fill , .RedFill , .ANSI1-Fill, .ansi1-fill { fill: var(--red) }
100103
.green-fill , .GreenFill , .ANSI2-Fill, .ansi2-fill { fill: var(--green) }
@@ -113,6 +116,7 @@
113116
.brightpurple-fill , .bright-purple-fill, .BrightPurpleFill { fill: var(--brightPuple) }
114117
.brightcyan-fill , .bright-cyan-fill , .BrightCyanFill , .ANSI14-Fill, .ansi14-fill { fill: var(--brightCyan) }
115118
.brightwhite-fill , .bright-white-fill , .BrightWhiteFill , .ANSI15-Fill, .ansi15-fill { fill: var(--brightWhite) }
119+
/* strokes */
116120
.black-stroke , .BlackStroke , .ANSI0-Stroke, .ansi0-stroke { stroke: var(--black) }
117121
.red-stroke , .RedStroke , .ANSI1-Stroke, .ansi1-stroke { stroke: var(--red) }
118122
.green-stroke , .GreenStroke , .ANSI2-Stroke, .ansi2-stroke { stroke: var(--green) }
@@ -131,6 +135,7 @@
131135
.brightpurple-stroke , .bright-purple-stroke, .BrightPurpleStroke { stroke: var(--brightPuple) }
132136
.brightcyan-stroke , .bright-cyan-stroke , .BrightCyanStroke , .ANSI14-Stroke, .ansi14-stroke { stroke: var(--brightCyan) }
133137
.brightwhite-stroke , .bright-white-stroke , .BrightWhiteStroke , .ANSI15-Stroke, .ansi15-stroke { stroke: var(--brightWhite) }
138+
/* psStyles */
134139
.dim, .Dim { opacity: .5; }
135140
.hidden, .Hidden { opacity: 0; }
136141
b, bold, .bold, .Bold { font-weight: bold; }

0 commit comments

Comments
 (0)