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 }) => (
|
const Header = ({ siteTitle }) => (
|
||||||
<header
|
<header
|
||||||
style={{
|
style={{
|
||||||
background: `rebeccapurple`,
|
background: `black`,
|
||||||
marginBottom: `1.45rem`,
|
marginBottom: `1.45rem`,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,7 @@
|
||||||
|
.kedro-pipeline {
|
||||||
|
height: 80vh !important;
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
-ms-text-size-adjust: 100%;
|
-ms-text-size-adjust: 100%;
|
||||||
|
|
@ -8,6 +12,9 @@ body {
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
body::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
article,
|
article,
|
||||||
aside,
|
aside,
|
||||||
details,
|
details,
|
||||||
|
|
@ -199,7 +206,8 @@ html {
|
||||||
box-sizing: inherit;
|
box-sizing: inherit;
|
||||||
}
|
}
|
||||||
body {
|
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-family: georgia, serif;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue