mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-25 05:45:15 +00:00
12 lines
115 B
SCSS
12 lines
115 B
SCSS
#admin-menu {
|
|
li {
|
|
a {
|
|
font-weight: 600;
|
|
}
|
|
|
|
a::before {
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
}
|