Polish pass
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user