Skip to content

Commit

Permalink
feat: Export-4BitCss -NoStyle and .dim, .Dim classes ( Fixes #43, Fixes
Browse files Browse the repository at this point in the history
#52 )
  • Loading branch information
StartAutomating authored and StartAutomating committed Apr 20, 2024
1 parent d6fcc36 commit 289eef4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Terminal-Basic/Terminal-Basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
.brightcyan-stroke , .bright-cyan-stroke , .BrightCyanFill , .ANSI14-Fill, .ansi14-fill { stroke: var(--brightCyan) }
.brightwhite-stroke , .bright-white-stroke , .BrightWhiteFill , .ANSI15-Fill, .ansi15-fill { stroke: var(--brightWhite) }


body {
color: var(--foreground);
background-color: var(--background);
Expand Down Expand Up @@ -162,3 +163,4 @@ form input[type="text"], textarea, select {
hr {
color: var(--foreground)
}
.dim, .Dim { opacity: .5; }

0 comments on commit 289eef4

Please sign in to comment.