FIX look and feel
This commit is contained in:
parent
13d413a732
commit
aaeaa8af76
2 changed files with 10 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ import React from "react"
|
|||
const Header = ({ siteTitle }) => (
|
||||
<header
|
||||
style={{
|
||||
background: `rebeccapurple`,
|
||||
background: `black`,
|
||||
marginBottom: `1.45rem`,
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
.kedro-pipeline {
|
||||
height: 80vh !important;
|
||||
}
|
||||
|
||||
html {
|
||||
font-family: sans-serif;
|
||||
-ms-text-size-adjust: 100%;
|
||||
|
|
@ -8,6 +12,9 @@ body {
|
|||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
body::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
article,
|
||||
aside,
|
||||
details,
|
||||
|
|
@ -199,7 +206,8 @@ html {
|
|||
box-sizing: inherit;
|
||||
}
|
||||
body {
|
||||
color: hsla(0, 0%, 0%, 0.8);
|
||||
background: rgb(47, 52, 56);
|
||||
color: hsla(0, 0%, 96%, 0.8);
|
||||
font-family: georgia, serif;
|
||||
font-weight: normal;
|
||||
word-wrap: break-word;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue