This item is publicly shared at the following address: https://www.notion.so/brownweb/Utility-Classes-Rich-Text-Editors-355605c7a3374535ba04f0567d1cd0f9

Classes for use in code and editor styles (when available)

Rich Text Editor Classes


Utility Classes - Menu Classes


Jump Page Headings

To style Anchor Section Headings like the Section Headings (primary), inject this CSS.

Box Utility Implementation

<!-- REQUIRED CLASS: box -->
<!-- OPTIONAL CLASSES: alert, bg-lightgray, bg-black, bg-lightbrown, bg-brown, text-black, text-white -->

<div class="box alert text-white bg-red">
	...content	 
</div>


Top-Level: Anchor Class

<!-- CLASS: anchor-link -->
<!-- class ensures the anchor is positioned according to the header height at each breakpoint -->
<!-- applied via css injection only on www.brown.edu -->

<h3 id="student-b" class="anchor-link">
	...content	 
</h3>