diff options
| author | winter | 2025-01-19 22:17:12 +0000 |
|---|---|---|
| committer | winter | 2025-01-19 22:17:12 +0000 |
| commit | 8c6dad8c48d5d730b102d9de0079fee9752b0d35 (patch) | |
| tree | 2cfe07a8c7958f78c767fd0d1444c3f8fef70511 /static/style.css | |
| parent | 2d9bd87fb1c565ee161f93219ce2533e8dbffe06 (diff) | |
implement notifications
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index d5078bb..0c2bf9d 100644 --- a/static/style.css +++ b/static/style.css @@ -1,5 +1,6 @@ @import url(theme.css); @import url(skeleton.css); +@import url(notifications.css); @import url(note.css); @import url(form.css); @import url(profile.css); |
