button color should be different than background color

This commit is contained in:
controlol 2021-10-30 22:46:28 +02:00
parent a6c071bde1
commit fe63f5b81c

View File

@ -15,7 +15,7 @@ html {
--status-red: linear-gradient(#fd4444aa, #c92222);
--status-green: linear-gradient(#3bc322aa, #3c891c);
--button-color: #eee;
--button-color: #fafafa;
--button-hover: #e4e4e4;
scroll-behavior: smooth;