1
0
Fork 0

Transparency change

This commit is contained in:
Atridad Lahiji 2025-03-25 00:47:52 -06:00
parent 313f9f95c0
commit ef6d30137a
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438

View file

@ -282,22 +282,23 @@ body,
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
text-align: center;
transition: background-color 0.3s ease;
opacity: 0.7;
}
.preset-indicator.preset-A {
background-color: rgba(66, 133, 244, 0.9); /* Blue for Preset A */
background-color: rgba(66, 133, 244, 0.7);
}
.preset-indicator.preset-B {
background-color: rgba(52, 168, 83, 0.9); /* Green for Preset B */
background-color: rgba(52, 168, 83, 0.7);
}
.preset-indicator.preset-C {
background-color: rgba(234, 67, 53, 0.9); /* Red for Preset C */
background-color: rgba(234, 67, 53, 0.7);
}
.preset-indicator.preset-D {
background-color: rgba(251, 188, 5, 0.9); /* Yellow for Preset D */
background-color: rgba(251, 188, 5, 0.7);
}
/* Preset Transition Effect */