Added Notifications

This commit is contained in:
2026-05-18 22:06:04 +10:00
parent e1bed676e4
commit 1846cb6a6d
30 changed files with 87 additions and 74 deletions
@@ -112,37 +112,6 @@ header {
color: var(--text);
}
/* Notification button */
.notif-btn {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
background: none;
border: none;
cursor: pointer;
color: var(--text);
border-radius: 4px;
transition: color 0.15s ease, background 0.15s ease;
}
.notif-btn:hover {
color: var(--accent);
background: rgba(56, 189, 248, 0.07);
}
.notif-dot {
position: absolute;
top: 6px;
right: 6px;
width: 7px;
height: 7px;
background: var(--accent);
border-radius: 50%;
border: 1.5px solid var(--bg);
}
/* Shared nav link base */
.nav-link {