soft colours

This commit is contained in:
2021-03-13 19:24:08 +03:00
parent 4727894349
commit f753563804

View File

@ -1,10 +1,10 @@
<style>
:root {
--color-building: 250, 255, 146;
--color-building: 255, 255, 146;
--color-failed: 255, 94, 94;
--color-pending: 250, 255, 146;
--color-success: 121, 255, 94;
--color-unknown: 197, 197, 197;
--color-pending: 255, 255, 146;
--color-success: 94, 255, 94;
--color-unknown: 225, 225, 225;
}
@keyframes blink-building {