mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
nicer colors for disconnected API icon
This commit is contained in:
@@ -3083,8 +3083,9 @@ label[for="extensions_autoconnect"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.redOverlayGlow {
|
.redOverlayGlow {
|
||||||
color: #ad0000;
|
color: rgba(100, 0, 0, 0.5);
|
||||||
opacity: 0.8 !important;
|
opacity: 0.8 !important;
|
||||||
|
text-shadow: none !important;
|
||||||
filter: drop-shadow(0px 0px 2px red) !important;
|
filter: drop-shadow(0px 0px 2px red) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user