Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-01-04 23:18:19 +01:00
parent a0f1799114
commit c2dbe618c7
25 changed files with 571 additions and 488 deletions

View File

@ -1,5 +1,6 @@
import React from 'react'
import Link from 'next/link'
import config from '../config'
interface Props {
}
@ -37,7 +38,7 @@ export default class Menu extends React.Component<Props, {}> {
}
a:hover {
background: #45CAFC20
background: ${config.colors[500]}20
}
`}</style>
</ul>