Skip to content

Commit 4d4b9ba

Browse files
committed
match notification ball
1 parent c2bf7fe commit 4d4b9ba

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

web_src/css/modules/navbar.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,13 @@
104104
display: block;
105105
position: absolute;
106106
font-size: 10px;
107-
color: var(--color-white);
107+
font-weight: var(--font-weight-bold);
108+
color: var(--color-nav-bg);
108109
background: var(--color-primary);
109110
padding: 2px 4px;
110111
border-radius: 10px;
111-
top: -3px;
112-
left: 22px;
112+
top: -1px;
113+
left: 18px;
113114
}
114115

115116
#navbar a.item:hover .notification_count,

0 commit comments

Comments
 (0)