Skip to content

Commit

Permalink
modified colors for less harsh variants
Browse files Browse the repository at this point in the history
changed colors for environment and conditions
  • Loading branch information
mfriik committed Feb 4, 2024
1 parent 971e1f8 commit bdb3fdb
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 bdb3fdb

Please sign in to comment.