Skip to content
Snippets Groups Projects
Commit 8fffb211 authored by Martin Leblanc's avatar Martin Leblanc Committed by Kevin Paxman
Browse files

ISTWCMS-6110: Adds faculty org-stp to the -light array for mark

parent 8284ec55
No related branches found
No related tags found
1 merge request!80ISTWCMS-6110: add mark styling
...@@ -127,15 +127,10 @@ ...@@ -127,15 +127,10 @@
:where(mark) { :where(mark) {
background: var(--#{$colour}-2); background: var(--#{$colour}-2);
} }
} @else if $faculty == org-stj or $faculty == org-ren { } @else if $faculty == org-stj or $faculty == org-ren or $faculty == org-stp{
:where(mark) { :where(mark) {
background: var(--#{$colour}-light); background: var(--#{$colour}-light);
} }
} @else if $faculty == org-stp {
:where(mark) {
// For accessible AAA, fraction light than -light.
background: #65b4dc;
}
} @else { } @else {
:where(mark) { :where(mark) {
background: var(--#{$colour}-1); background: var(--#{$colour}-1);
......
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