Adjust colors to make it feel more NSHC-y
j3s j3s@c3f.net
Wed, 10 Jun 2020 17:17:38 -0500
1 files changed,
4 insertions(+),
1 deletions(-)
jump to
M
templates/form.html
→
templates/form.html
@@ -137,7 +137,10 @@ –––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 2rem; - font-weight: 300; } + font-weight: 300; + background: #64222d; + color: #ffffff; + } h1 { font-size: 4.0rem; line-height: 1.2; letter-spacing: -.1rem;} h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; } h3 { font-size: 3.0rem; line-height: 1.3; letter-spacing: -.1rem; }