personal website (jaspermayone.com)
1/* Misc.module.css */
2
3.lightUl {
4 /* make a light underline */
5 text-decoration: underline;
6 text-decoration-color: rgba(66, 153, 225, 0.9);
7 text-decoration-thickness: 2.25px;
8 text-decoration-style: dashed;
9 font-weight: 325;
10 font-size: 1.25rem; /* 20px */
11 line-height: 1.75rem; /* 28px */
12 padding-bottom: 0.5rem;
13}
14
15/* "font-medium text-xl mb-4 " */