uptime-kuma-catppuccin.css(文件已创建)
| @@ -0,0 +1,61 @@ | |||
| 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 | + | } | |
上一页
下一页