mirror of
https://github.com/rjNemo/meal_planner
synced 2026-06-06 02:26:49 +00:00
34 lines
No EOL
639 B
CSS
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;
|
|
} |