mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-11 17:07:07 +01:00
Add --white20a css variable
This commit is contained in:
parent
d809435767
commit
1048413a1a
@ -13,6 +13,7 @@
|
||||
--black90a: rgba(0, 0, 0, 0.9);
|
||||
--black100: rgba(0, 0, 0, 1);
|
||||
|
||||
--white20a: rgba(255, 255, 255, 0.2);
|
||||
--white30a: rgba(255, 255, 255, 0.3);
|
||||
--white50a: rgba(255, 255, 255, 0.5);
|
||||
--white60a: rgba(255, 255, 255, 0.6);
|
||||
@ -190,6 +191,11 @@ table.responsiveTable {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.text_muted {
|
||||
font-size: calc(var(--mainFontSize) - 0.2rem);
|
||||
color: var(--white50a);
|
||||
}
|
||||
|
||||
.mes_text table {
|
||||
border-spacing: 0;
|
||||
border-collapse: collapse;
|
||||
@ -5484,3 +5490,4 @@ body.waifuMode .zoomed_avatar {
|
||||
text-align: center;
|
||||
line-height: 14px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user