diff options
| author | Henry Jameson <me@hjkos.com> | 2024-03-04 18:24:29 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-03-04 18:24:29 +0200 |
| commit | a190389f3c9f44072465560dce7203e9ce328f2c (patch) | |
| tree | 2518e48f79648cc9ef53bde0580f5a314a1feb86 /src/components/notification/notification.scss | |
| parent | a2f2a0e4090e9fdc9d227fe8fa13fad9ac529887 (diff) | |
panels/statuses are looking really good now even with transparency
Diffstat (limited to 'src/components/notification/notification.scss')
| -rw-r--r-- | src/components/notification/notification.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/notification/notification.scss b/src/components/notification/notification.scss index ad05a2f3..2dbced09 100644 --- a/src/components/notification/notification.scss +++ b/src/components/notification/notification.scss @@ -5,6 +5,11 @@ word-wrap: break-word; word-break: break-word; + &.Status { + /* stylelint-disable-next-line declaration-no-important */ + background-color: transparent !important; + } + --emoji-size: 14px; &:hover { |
