From 5466f36a4f404ad14619d8f5b8a028453470b10e Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Sun, 23 Feb 2020 19:57:53 -0800 Subject: [PATCH] Modal --- themes/ally/static/css/main.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/ally/static/css/main.css b/themes/ally/static/css/main.css index 776147a..886c252 100644 --- a/themes/ally/static/css/main.css +++ b/themes/ally/static/css/main.css @@ -198,8 +198,11 @@ audio { max-height: 90vh; overflow: scroll; } +.ad * { + background: #fff; + color: #111; +} .ad .close { - position: fixed; width: 100%; background-color: transparent; text-align: right;