Skip to content

Commit

Permalink
Merge pull request #9 from mfriik/ColorModifications
Browse files Browse the repository at this point in the history
modified colors for less harsh variants
  • Loading branch information
mfriik authored Feb 4, 2024
2 parents 971e1f8 + bdb3fdb commit a970dbc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions css/quickref.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,22 +161,22 @@

#section-condition,
#section-condition .item-icon {
background-color: FireBrick;
border-color: FireBrick;
background-color: saddlebrown;
border-color: saddlebrown;
}

#section-condition .text {
color: FireBrick;
color: saddlebrown;
}

#section-environment,
#section-environment .item-icon {
background-color: ForestGreen;
border-color: ForestGreen;
background-color: darkgreen;
border-color: darkgreen;
}

#section-environment .text {
color: ForestGreen;
color: darkgreen;
}

#section-settings,
Expand Down

0 comments on commit a970dbc

Please sign in to comment.