aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/style.css
diff options
context:
space:
mode:
authorwinter2025-01-19 22:17:12 +0000
committerwinter2025-01-19 22:17:12 +0000
commit8c6dad8c48d5d730b102d9de0079fee9752b0d35 (patch)
tree2cfe07a8c7958f78c767fd0d1444c3f8fef70511 /static/style.css
parent2d9bd87fb1c565ee161f93219ce2533e8dbffe06 (diff)
implement notifications
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css1
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);