From 6affa13b357f8145e7f548c8d3bcc21ecb5b31aa Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sun, 14 Jan 2018 12:14:47 -0800 Subject: [PATCH] tweak style on toast --- routes/_components/Toast.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/_components/Toast.html b/routes/_components/Toast.html index ea6fd233..165e4e64 100644 --- a/routes/_components/Toast.html +++ b/routes/_components/Toast.html @@ -34,7 +34,7 @@ } .toast-modal.shown { - opacity: 1; + opacity: 0.9; } @media (max-width: 767px) {