From 04465bdcac73dc130c96134030e758a883a11b36 Mon Sep 17 00:00:00 2001 From: kawamataryo Date: Sun, 24 Nov 2024 20:01:45 +0900 Subject: [PATCH] chore: fix the design of the backdrop --- src/style.content.css | 4 ++++ src/style.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/style.content.css b/src/style.content.css index b5c61c9..b1fa2e8 100644 --- a/src/style.content.css +++ b/src/style.content.css @@ -1,3 +1,7 @@ @tailwind base; @tailwind components; @tailwind utilities; + +.modal { + background-color: rgba(0, 0, 0, 0.5); +} diff --git a/src/style.css b/src/style.css index b5c61c9..b1fa2e8 100644 --- a/src/style.css +++ b/src/style.css @@ -1,3 +1,7 @@ @tailwind base; @tailwind components; @tailwind utilities; + +.modal { + background-color: rgba(0, 0, 0, 0.5); +}