diff options
| author | Fuwn <[email protected]> | 2024-01-31 03:36:22 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-31 03:36:22 -0800 |
| commit | ce7f17d8304c0f7e5631b2c46b2d97f35adb44ca (patch) | |
| tree | ff1d2122526a6ee8d73d3c79086cd3da8e151635 /src/styles/typography.css | |
| parent | feat(layout): dropdown for schedule (diff) | |
| download | due.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.css | 6 |
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; +} |