From ce7f17d8304c0f7e5631b2c46b2d97f35adb44ca Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 31 Jan 2024 03:36:22 -0800 Subject: refactor: global opacity class --- src/styles/typography.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/styles') diff --git a/src/styles/typography.css b/src/styles/typography.css index caf65724..c1eefbd5 100644 --- a/src/styles/typography.css +++ b/src/styles/typography.css @@ -25,3 +25,9 @@ body { position: relative; z-index: -1; } + +.true-opaque { + opacity: 0.5; + position: relative; + z-index: -1; +} -- cgit v1.2.3