Skip to content

Commit

Permalink
feat: Export-4BitCss .hidden, .Hidden classes ( Fixes #43, Fixes #53 )
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Apr 20, 2024
1 parent e4b4cc3 commit fe5731c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/zenwritten-light/zenwritten-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,16 @@
.brightpurple-stroke , .bright-purple-stroke, .BrightPurpleStroke { fill: var(--brightPuple) }
.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) }

.dim, .Dim { opacity: .5; }
.hidden, .Hidden { opacity: 0; }

body {
color: var(--foreground);
background-color: var(--background);
}



a, a:visited, a:hover { color: var(--cyan); }

::selection, ::-moz-selection {
Expand All @@ -163,4 +166,3 @@ form input[type="text"], textarea, select {
hr {
color: var(--foreground)
}
.dim, .Dim { opacity: .5; }

0 comments on commit fe5731c

Please sign in to comment.