diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2022-01-22 10:35:26 -0500 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2022-01-22 10:35:26 -0500 |
commit | b09803f0902732cf87a872e7f7c0deb467efa77d (patch) | |
tree | 52d86c63dd259063d7c7926dc9b17443458cdb35 | |
parent | 99882de80524850bf0eb5c69d484056833db0a60 (diff) |
Lighten background color of modals.
-rw-r--r-- | css/garden.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/css/garden.css b/css/garden.css index d79caf7..49f78c4 100644 --- a/css/garden.css +++ b/css/garden.css @@ -498,7 +498,7 @@ a:visited { .modal { position: fixed; border-radius: 4px; - background-color: #121212; + background-color: #343434; padding: 2em; } @@ -531,5 +531,7 @@ a:visited { .detail-subheading { + padding-left: 1rem; opacity: 60%; + font-size: 70%; } |