docs: remove text-transform on active link

This commit is contained in:
unix
2020-03-27 00:25:39 +08:00
parent 99514cd115
commit 3f45230337

View File

@@ -66,9 +66,8 @@ const SideItem: React.FC<React.PropsWithChildren<SideItemProps>> = React.memo(({
.link :global(a.active) {
color: ${theme.palette.background};
font-weight: 700;
font-weight: bold;
background-color: ${theme.palette.accents_7};
text-transform: uppercase;
}
.children {