mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-05 07:56:15 +02:00
ui: tweak modular scale, move from oxygen to inter
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user