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 1070acfCopy full SHA for 1070acf
web_src/css/modules/navbar.css
@@ -104,11 +104,12 @@
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
+ top: -1px;
113
left: 22px;
114
}
115
0 commit comments