Change background color of web UI to gray (#1080)

This commit is contained in:
Micah
2025-07-25 15:04:42 -07:00
committed by GitHub
parent 6dfdfbe514
commit e092a7301f
2 changed files with 6 additions and 0 deletions

View File

@@ -17,6 +17,10 @@ html {
line-height: 1.4;
}
body {
background-color: #e7e7e7
}
img {
max-width:100%;
max-height:100%;