add status colors

This commit is contained in:
Luc
2021-10-29 14:32:12 +02:00
parent 14e5c527ce
commit bef4ec0bdb

View File

@@ -7,6 +7,9 @@ html {
--box-gradient: linear-gradient(#71caf220, #3f79ad33);
--status-red: linear-gradient(#fd4444aa, #c92222);
--status-green: linear-gradient(#3bc322aa, #3c891c);
scroll-behavior: smooth;
}