Skip to content

Commit

Permalink
feat: Export-4BitCss $psStyle classes ( Fixes #43, Fixes #58 )
Browse files Browse the repository at this point in the history
    Removing excess semicolons
  • Loading branch information
StartAutomating authored and StartAutomating committed Apr 21, 2024
1 parent 14f2109 commit 685ef72
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions css/Whimsy.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,18 +141,18 @@ u, underline, .underline, .Underline { text-decoration: underline; }
.underlineOff, .UnderlineOff { text-decoration: none; }
s, strike, .strike, .Strike, .strikethrough, .Strikethrough { text-decoration: line-through; }
.strikeOff, .StrikeOff, .strikethroughOff, .StrikethroughOff { text-decoration: none; }
.Formatting-FormatAccent { color: var(--green);;font-weight: bold; }
.Formatting-TableHeader { color: var(--green);;font-weight: bold; }
.Formatting-CustomTableHeaderLabel { color: var(--green);;font-weight: bold;;font-style: italic; }
.Formatting-ErrorAccent { color: var(--cyan);;font-weight: bold; }
.Formatting-Error { color: var(--red);;font-weight: bold; }
.Formatting-Warning { color: var(--yellow);;font-weight: bold; }
.Formatting-Verbose { color: var(--yellow);;font-weight: bold; }
.Formatting-Debug { color: var(--yellow);;font-weight: bold; }
.Formatting-FeedbackName { color: var(--yellow); }
.Formatting-FeedbackText { color: var(--brightCyan); }
.Formatting-FeedbackAction { color: var(--brightWhite); }
.Progress-Style { color: var(--yellow);;font-weight: bold; }
.Formatting-FormatAccent { color: var(--green);font-weight: bold }
.Formatting-TableHeader { color: var(--green);font-weight: bold }
.Formatting-CustomTableHeaderLabel { color: var(--green);font-weight: bold;font-style: italic }
.Formatting-ErrorAccent { color: var(--cyan);font-weight: bold }
.Formatting-Error { color: var(--red);font-weight: bold }
.Formatting-Warning { color: var(--yellow);font-weight: bold }
.Formatting-Verbose { color: var(--yellow);font-weight: bold }
.Formatting-Debug { color: var(--yellow);font-weight: bold }
.Formatting-FeedbackName { color: var(--yellow) }
.Formatting-FeedbackText { color: var(--brightCyan) }
.Formatting-FeedbackAction { color: var(--brightWhite) }
.Progress-Style { color: var(--yellow);font-weight: bold }

body {
color: var(--foreground);
Expand Down

0 comments on commit 685ef72

Please sign in to comment.