Skip to content
Snippets Groups Projects
Commit 667922a5 authored by Kevin Paxman's avatar Kevin Paxman
Browse files

Merge branch 'feature/ISTWCMS-6110-m26lebla-remove-faculty-colors-array-from-mark-tag' into '1.0.x'

ISTWCMS-6110: Remove faculty colors from mark array

See merge request !88
parents b94645bf b335ecae
No related branches found
No related tags found
1 merge request!88ISTWCMS-6110: Remove faculty colors from mark array
......@@ -114,6 +114,7 @@
}
:where(mark) {
background: var(--uw-gold-2);
color: var(--uw-black);
padding: var(--size-xs) var(--size-05);
/* Ensure the padding shows when there are line breaks. */
......@@ -121,23 +122,6 @@
box-decoration-break: clone;
}
@each $faculty, $colour in $faculties_colours {
.#{$faculty} {
@if $faculty == org-default or $faculty == org-art or $faculty == org-sci {
:where(mark) {
background: var(--#{$colour}-2);
}
} @else if $faculty == org-stj or $faculty == org-ren or $faculty == org-stp{
:where(mark) {
background: var(--#{$colour}-light);
}
} @else {
:where(mark) {
background: var(--#{$colour}-1);
}
}
}
}
:where(samp) {
font-family: var(--font-mono);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment