Skip to content

Commit

Permalink
Use nicer shades of green
Browse files Browse the repository at this point in the history
  • Loading branch information
zickgraf authored and ChrisJefferson committed Feb 21, 2024
1 parent b74949f commit 741fc75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gap/profiling.gi
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ _prof_CSS_std :=
table { border-collapse: collapse }
tr:nth-child(odd) { background-color: #EEE; }
tr:nth-child(even) { background-color: #FFF; }
tr:nth-child(odd).exec { background-color: #0F0; }
tr:nth-child(even).exec { background-color: #3F3; }
tr:nth-child(odd).exec { background-color: #3E3; }
tr:nth-child(even).exec { background-color: #6E6; }
tr:nth-child(odd).missed { background-color: #F00; }
tr:nth-child(even).missed { background-color: #F33; }
td, th {
Expand Down

0 comments on commit 741fc75

Please sign in to comment.