diff options
| author | Samuel Johnson <[email protected]> | 2025-12-10 20:14:50 -0500 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2025-12-10 20:14:50 -0500 |
| commit | 7b2fc032b7c7aea2910d3c10b80b30a7e8e16fff (patch) | |
| tree | b925ccb51e8d685f290f5e06882d607394301b5b | |
| parent | f6d6947a6f8c70e414e3cb7002275dc181f2eaf8 (diff) | |
Add word wrap
| -rw-r--r-- | static/app.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/app.css b/static/app.css index 7085314..b3cfd7c 100644 --- a/static/app.css +++ b/static/app.css @@ -98,6 +98,8 @@ a:not(.icon):hover::after { background-color: rgba(0, 0, 0, 0.8); color: #dcccd5; + word-wrap: break-word; + border-radius: 20px; box-shadow: 0px 0px 15px 2px #410f5e; } |
