Update index.html

change background color to display some greyish icons properly
This commit is contained in:
LRVT 2024-03-13 21:45:12 +01:00 committed by GitHub
parent d6eff70f05
commit 9b067d9a4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@
padding: 10px;
margin: 10px;
text-align: center;
background-color: #444;
background-color: #2d2c2c;
cursor: pointer;
}