update: Move red, green and blue colors to global.css

This commit is contained in:
ngn
2024-03-22 13:32:21 +03:00
parent 52c619d289
commit 136609014f
2 changed files with 7 additions and 3 deletions

View File

@ -130,15 +130,15 @@
}
.md .red {
color: #FF2020;
color: var(--red);
}
.md .green {
color: #20FF20;
color: var(--green);
}
.md .blue {
color: #2020FF;
color: var(--blue);
}
.md blockquote {