Remove cyan text because wtf why is this here

This commit is contained in:
eris 2022-08-02 04:53:11 +00:00
parent 1800cb94e8
commit d0dbe0c921
2 changed files with 0 additions and 6 deletions

View file

@ -359,8 +359,6 @@ export const preProcessPerLine = (html, greentext) => {
.trim()
if (cleanedString.startsWith('>')) {
return `<span class='greentext'>${string}</span>`
} else if (cleanedString.startsWith('&lt;')) {
return `<span class='cyantext'>${string}</span>`
}
}

View file

@ -147,10 +147,6 @@
color: var(--postGreentext, $fallback--cGreen);
}
.cyantext {
color: var(--postCyantext, $fallback--cBlue);
}
&.-compact {
align-items: top;
flex-direction: row;