mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Adjust text styles
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
|
|
||||||
--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);
|
||||||
--white70a: rgba(255, 255, 255, 0.7);
|
--white70a: rgba(255, 255, 255, 0.7);
|
||||||
--white100: rgba(255, 255, 255, 1);
|
--white100: rgba(255, 255, 255, 1);
|
||||||
|
|
||||||
@@ -30,7 +31,7 @@
|
|||||||
--sienna: rgb(210, 100, 40);
|
--sienna: rgb(210, 100, 40);
|
||||||
--orangered: rgb(255, 90, 0);
|
--orangered: rgb(255, 90, 0);
|
||||||
--greyCAIbg: rgb(36, 36, 37);
|
--greyCAIbg: rgb(36, 36, 37);
|
||||||
--ivory: rgb(230, 230, 220);
|
--ivory: rgb(220, 220, 210);
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
@@ -100,8 +101,8 @@ body {
|
|||||||
|
|
||||||
.mes_text i,
|
.mes_text i,
|
||||||
.mes_text em {
|
.mes_text em {
|
||||||
color: var(--grey75);
|
color: var(--white60a);
|
||||||
font-weight: 600;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mes_text strong,
|
.mes_text strong,
|
||||||
|
Reference in New Issue
Block a user