Fix admin menu mixed font weights

This commit is contained in:
Matt-Yorkley
2019-04-01 12:00:29 +01:00
parent fa91a66de6
commit 082be15df2

View File

@@ -0,0 +1,11 @@
#admin-menu {
li {
a {
font-weight: 600;
}
a::before {
font-weight: normal;
}
}
}