Skip to content

Commit 1070acf

Browse files
committed
match notification ball
1 parent c2bf7fe commit 1070acf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

web_src/css/modules/navbar.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,12 @@
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+
top: -1px;
112113
left: 22px;
113114
}
114115

0 commit comments

Comments
 (0)