mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Fix admin menu mixed font weights
This commit is contained in:
11
app/assets/stylesheets/admin/components/admin-menu.css.scss
Normal file
11
app/assets/stylesheets/admin/components/admin-menu.css.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
#admin-menu {
|
||||
li {
|
||||
a {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
a::before {
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user