1
0
Fork 0

feat: better image view

This commit is contained in:
Henri Saudubray 2025-08-18 14:55:45 +02:00
parent 0084c62981
commit efdfb5c3e9
Signed by: hms
GPG key ID: 7065F57ED8856128
7 changed files with 35 additions and 26 deletions

View file

@ -22,12 +22,14 @@ html {
height: 20px;
}
.color.red { background-color: rgb(228, 3, 3); height: 16.66%; }
.color.orange { background-color: rgb(255, 140, 0); height: 16.66%; }
.color.yellow { background-color: rgb(255, 237, 0); height: 16.66%; }
.color.green { background-color: rgb(0, 128, 38); height: 16.66%; }
.color.blue { background-color: rgb(0, 76, 255); height: 16.66%; }
.color.purple { background-color: rgb(115, 41, 130); height: 16.66%; }
/* .color.red { background-color: rgb(228, 3, 3); height: 16.66%; } */
/* .color.orange { background-color: rgb(255, 140, 0); height: 16.66%; } */
/* .color.green { background-color: rgb(0, 128, 38); height: 16.66%; } */
/* .color.blue { background-color: rgb(0, 76, 255); height: 16.66%; } */
.color.yellow { background-color: #FFF433; height: 25%; }
.color.white { background-color: #FFF8E7; height: 25%; }
.color.purple { background-color: #9B59D0; height: 25%; }
.color.black { background-color: #2D2D2D; height: 25%; }
header { padding-top: 25px; }