mirror of
https://github.com/rjNemo/meal_planner
synced 2026-06-06 02:26:49 +00:00
icons
This commit is contained in:
parent
8409d09373
commit
0d8cc9c9b3
1 changed files with 18 additions and 14 deletions
|
|
@ -1,30 +1,34 @@
|
|||
body {
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
|
||||
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;
|
||||
-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;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
nav {
|
||||
background-color: #ffffff;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
.page-footer {
|
||||
padding-top: 20px;
|
||||
color: #fff;
|
||||
background-color: #ffe0b2;
|
||||
padding-top: 20px;
|
||||
color: #fff;
|
||||
background-color: #ffe0b2;
|
||||
}
|
||||
|
||||
.logo {
|
||||
font-family: "Marck Script", cursive;
|
||||
font-family: "Marck Script", cursive;
|
||||
}
|
||||
|
||||
i.material-icons {
|
||||
color: #ff9800;
|
||||
}
|
||||
Loading…
Reference in a new issue