mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
13 lines
137 B
SCSS
13 lines
137 B
SCSS
#admin-menu {
|
|
li {
|
|
a {
|
|
font-weight: 600;
|
|
}
|
|
|
|
a::before {
|
|
font-weight: normal;
|
|
padding-top: 0;
|
|
}
|
|
}
|
|
}
|