mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-07-09 20:15:47 +00:00
soft colours
This commit is contained in:
@ -1,10 +1,10 @@
|
|||||||
<style>
|
<style>
|
||||||
:root {
|
:root {
|
||||||
--color-building: 250, 255, 146;
|
--color-building: 255, 255, 146;
|
||||||
--color-failed: 255, 94, 94;
|
--color-failed: 255, 94, 94;
|
||||||
--color-pending: 250, 255, 146;
|
--color-pending: 255, 255, 146;
|
||||||
--color-success: 121, 255, 94;
|
--color-success: 94, 255, 94;
|
||||||
--color-unknown: 197, 197, 197;
|
--color-unknown: 225, 225, 225;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes blink-building {
|
@keyframes blink-building {
|
||||||
|
Reference in New Issue
Block a user