We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2bf7fe commit 4d4b9baCopy full SHA for 4d4b9ba
web_src/css/modules/navbar.css
@@ -104,12 +104,13 @@
104
display: block;
105
position: absolute;
106
font-size: 10px;
107
- color: var(--color-white);
+ font-weight: var(--font-weight-bold);
108
+ color: var(--color-nav-bg);
109
background: var(--color-primary);
110
padding: 2px 4px;
111
border-radius: 10px;
- top: -3px;
112
- left: 22px;
+ top: -1px;
113
+ left: 18px;
114
}
115
116
#navbar a.item:hover .notification_count,
0 commit comments