ui: tweak modular scale, move from oxygen to inter

This commit is contained in:
Jean-Philippe Sirois
2020-05-22 01:33:40 -04:00
parent 429197693b
commit 2d267a8064
6 changed files with 24 additions and 18 deletions
+2
View File
@@ -1,6 +1,7 @@
import { Link } from "gatsby"
import styled, { css } from "styled-components"
import { transparentize } from "polished"
import { fontFamily } from "../../design/typography"
export const SidebarWrapper = styled.div`
box-sizing: border-box;
@@ -36,6 +37,7 @@ export const Title = styled(Link)`
font-weight: 700;
padding: 20px 0 0 20px;
text-decoration: none;
font-family: ${fontFamily.header};
&:hover {
opacity: 0.85;