uptime-kuma-catppuccin.css
· 1.1 KiB · CSS
Surowy
.bg-primary {
background-color: #8839ef !important;
}
.hp-bar-big .beat {
background-color: #8839ef !important;
}
.hp-bar-big .beat.down {
background-color: #d20f39 !important;
}
.hp-bar-big .beat.maintenance {
background-color: #ccd0da !important;
}
.hp-bar-big .beat.pending {
background-color: #df8e1d !important;
}
.overall-status .ok {
color: #40a02b !important;
}
.dark .status-maintenance {
color: #dd7878;
}
.dark {
background-color: #1e1e2e !important;
color: #cdd6f4 !important;
}
.dark .shadow-box {
background-color: #313244;
}
.dark .shadow-box:not(.alert) {
background-color: #313244;
}
.dark .bg-primary {
background-color: #cba6f7 !important;
}
.dark .hp-bar-big .beat {
background-color: #cba6f7 !important;
}
.dark .hp-bar-big .beat.down {
background-color: #f38ba8 !important;
}
.dark .hp-bar-big .beat.maintenance {
background-color:#fab387 !important;
}
.dark .hp-bar-big .beat.pending {
background-color: #f9e2af !important;
}
.overall-status .ok {
color: #a6e3a1 !important;
}
.dark .status-maintenance {
color: #f2cdcd;
}
.bg-maintenance {
background-color: #fe640b !important;
}
| 1 | .bg-primary { |
| 2 | background-color: #8839ef !important; |
| 3 | } |
| 4 | .hp-bar-big .beat { |
| 5 | background-color: #8839ef !important; |
| 6 | } |
| 7 | .hp-bar-big .beat.down { |
| 8 | background-color: #d20f39 !important; |
| 9 | } |
| 10 | .hp-bar-big .beat.maintenance { |
| 11 | background-color: #ccd0da !important; |
| 12 | } |
| 13 | .hp-bar-big .beat.pending { |
| 14 | background-color: #df8e1d !important; |
| 15 | } |
| 16 | .overall-status .ok { |
| 17 | color: #40a02b !important; |
| 18 | } |
| 19 | |
| 20 | .dark .status-maintenance { |
| 21 | color: #dd7878; |
| 22 | } |
| 23 | |
| 24 | .dark { |
| 25 | background-color: #1e1e2e !important; |
| 26 | color: #cdd6f4 !important; |
| 27 | } |
| 28 | .dark .shadow-box { |
| 29 | background-color: #313244; |
| 30 | } |
| 31 | .dark .shadow-box:not(.alert) { |
| 32 | background-color: #313244; |
| 33 | } |
| 34 | |
| 35 | .dark .bg-primary { |
| 36 | background-color: #cba6f7 !important; |
| 37 | } |
| 38 | |
| 39 | .dark .hp-bar-big .beat { |
| 40 | background-color: #cba6f7 !important; |
| 41 | } |
| 42 | .dark .hp-bar-big .beat.down { |
| 43 | background-color: #f38ba8 !important; |
| 44 | } |
| 45 | .dark .hp-bar-big .beat.maintenance { |
| 46 | background-color:#fab387 !important; |
| 47 | } |
| 48 | .dark .hp-bar-big .beat.pending { |
| 49 | background-color: #f9e2af !important; |
| 50 | } |
| 51 | .overall-status .ok { |
| 52 | color: #a6e3a1 !important; |
| 53 | } |
| 54 | |
| 55 | .dark .status-maintenance { |
| 56 | color: #f2cdcd; |
| 57 | } |
| 58 | |
| 59 | .bg-maintenance { |
| 60 | background-color: #fe640b !important; |
| 61 | } |
| 62 |