Skip to content

Commit

Permalink
light style, minor revision for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
BuJo committed Jan 11, 2024
1 parent b59ad15 commit de2d4df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/web/static/css/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ th {
color: #000000;
}

/* Moves the white font further away from the background for better visibility */
summary {
padding-left: 7px;
}

.status.green, .status.green summary, .status.green details {
background-color: #269926;
color: white;
Expand Down

0 comments on commit de2d4df

Please sign in to comment.