6 lines
109 B
CSS
6 lines
109 B
CSS
.scriptedText {
|
|
transform: rotate(-3deg);
|
|
transform-origin: left;
|
|
color: var(--Text-Accent-Primary);
|
|
}
|