Transparency change
This commit is contained in:
parent
313f9f95c0
commit
ef6d30137a
1 changed files with 5 additions and 4 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue