aboutsummaryrefslogtreecommitdiff
path: root/src/styles/typography.css
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-31 03:36:22 -0800
committerFuwn <[email protected]>2024-01-31 03:36:22 -0800
commitce7f17d8304c0f7e5631b2c46b2d97f35adb44ca (patch)
treeff1d2122526a6ee8d73d3c79086cd3da8e151635 /src/styles/typography.css
parentfeat(layout): dropdown for schedule (diff)
downloaddue.moe-ce7f17d8304c0f7e5631b2c46b2d97f35adb44ca.tar.xz
due.moe-ce7f17d8304c0f7e5631b2c46b2d97f35adb44ca.zip
refactor: global opacity class
Diffstat (limited to 'src/styles/typography.css')
-rw-r--r--src/styles/typography.css6
1 files changed, 6 insertions, 0 deletions
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;
+}