Polish pass

This commit is contained in:
2026-06-14 23:51:23 -05:00
parent 9005edd58c
commit f04e24b64d
3 changed files with 77 additions and 15 deletions
+13 -4
View File
@@ -238,13 +238,22 @@ window#waybar.fullscreen #window {
color: #ebdbb2;
padding: 0 1em;
}
#custom-openai-rate {
#custom-codex-primary,
#custom-codex-secondary {
padding: 0 1em;
color: rgba(235, 219, 178, 0.2);
}
#custom-codex-primary.regular,
#custom-codex-secondary.regular {
color: #ebdbb2;
}
#custom-openai-rate.warning {
#custom-codex-primary.warning,
#custom-codex-secondary.warning {
color: #fabd2f;
}
#custom-openai-rate.critical {
color: #fb4934;
#custom-codex-primary.critical,
#custom-codex-secondary.critical {
color: #282828;
background: #fb4934;
border-radius: 8px;
}