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