Skip to content

Commit

Permalink
Color Enchancement in darkmode
Browse files Browse the repository at this point in the history
 * Added chocolate color for all gherkin keywords (Background, Scenario, Given, When, Then)
  • Loading branch information
Baskercarrer committed May 29, 2022
1 parent ceaf34b commit 7f80384
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions templates/style.css
Original file line number Diff line number Diff line change
@@ -525,3 +525,15 @@ body.darkmode div pre {
body.darkmode span.tag {
color: #FFD119;
}

body.darkmode .keyword {
color: chocolate;
}

body.darkmode div.tags ~h1 {
color: chocolate;
}

body.darkmode div.tags ~h2 {
color: chocolate;
}

0 comments on commit 7f80384

Please sign in to comment.