meal_planner/src/index.css
Ruidy cb101b22ec
strict typing (#7)
* strict=true

* typing and props
2021-03-31 16:39:07 +02:00

34 lines
No EOL
639 B
CSS

body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: flex;
min-height: 100vh;
flex-direction: column;
background-color: #ffffff;
}
div {
white-space: pre-wrap;
}
nav {
background-color: #ffffff;
}
.page-footer {
padding-top: 20px;
color: #fff;
background-color: #ffe0b2;
}
.logo {
font-family: "Marck Script", cursive;
}
a>i.material-icons {
color: #ff9800;
}