From 56327d29e6805990590296d844ed1ec9c733c931 Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Sun, 2 Oct 2022 02:54:59 -0400 Subject: [PATCH] Add titles to modal. --- undercover/static/styles.css | 5 +++++ undercover/templates/_formhelpers.jinja2 | 1 + undercover/templates/base.jinja2 | 7 ++++--- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/undercover/static/styles.css b/undercover/static/styles.css index 682d9cc..26c774d 100644 --- a/undercover/static/styles.css +++ b/undercover/static/styles.css @@ -294,6 +294,11 @@ textarea { margin-bottom: 2em; } +.modal-content h2 { + font-size: 200%; + margin-bottom: 2em; +} + .modal-close-button { position: absolute; background: none; diff --git a/undercover/templates/_formhelpers.jinja2 b/undercover/templates/_formhelpers.jinja2 index 642d6b2..72dcbf0 100644 --- a/undercover/templates/_formhelpers.jinja2 +++ b/undercover/templates/_formhelpers.jinja2 @@ -27,6 +27,7 @@