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

@ -3,6 +3,7 @@ import Navbar from './Navbar'
import Menu from './Menu'
import Header from './Header'
import Footer from './Footer'
import config from '../config'
interface Props {
hasHeader?: boolean
@ -37,7 +38,7 @@ export default class Layout extends React.Component<Props, {}> {
height: 100%;
}
::selection {
background: #4285F4;
background: ${config.colors[500]};
color: #FFF;
}
body {