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 12c1426
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# golang `text/template` describing where the alert is happening
where = "{{with index .Labels \"Cluster\"}}{{.}}/{{end}}{{first .Labels \"Project\" \"Namespace\" \"Hostname\"}}"
interval = "1m"
#style = "light"
style = "light"


[[rule]]
Expand Down
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 12c1426

Please sign in to comment.