I'm not sure why all Table of Contents entries in the solo view are forcibly lower-cased.
This line here does it:
|
text-transform: lowercase; |
I'm quite tempted to remove it - I think the forcible lower-casing looks kind of weird.
Is there a strong reason for this? I'm happy to remove it, and go through fixing up the case of things that were written expecting case not to matter, if there's no big argument against!
I'm not sure why all Table of Contents entries in the solo view are forcibly lower-cased.
This line here does it:
curriculum/common-theme/assets/styles/04-components/toc.scss
Line 26 in e498be9
I'm quite tempted to remove it - I think the forcible lower-casing looks kind of weird.
Is there a strong reason for this? I'm happy to remove it, and go through fixing up the case of things that were written expecting case not to matter, if there's no big argument against!