Move stuff to theme II

This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-04-04 17:34:54 -04:00 committed by powe97
parent 8d2b70d03d
commit 684496a921
2 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,7 @@
.rel-info-title{
font-size: 1.25rem;
font-weight: 700;
color: var(--quacs-white);
color: var(--info-title-color);
margin-right: 0.5vmin;
}

View File

@ -26,6 +26,7 @@
--pdii-pill-color: var(--red);
--hinq-pill-color: var(--pink);
--table-selection-color: var(--quacs-yellow);
--info-title-color: var(--quacs-white);
--course-name-color: var(--quacs-yellow);
--course-code-color: var(--quacs-midtone);
--or-block-color: var(--blue);