From dce2471ecdd436fc8a19b05723b4c974a23819e6 Mon Sep 17 00:00:00 2001 From: harukin Date: Sat, 10 Nov 2018 18:45:14 +0900 Subject: [PATCH] --- plusfuture/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plusfuture/css/style.css b/plusfuture/css/style.css index 5159e9b..8a91b46 100644 --- a/plusfuture/css/style.css +++ b/plusfuture/css/style.css @@ -1840,6 +1840,11 @@ dl.bb-dl > dd > li { display: none; } +.modal-content{ + filter: drop-shadow(0px 0px 7px rgba(75, 75, 75, 0.678)); + border: none; +} + a[title*="harukin@plus.haruk.in"]{ color: rgb(170, 2, 2); }