This commit is contained in:
Ruidy 2021-03-29 12:46:40 +02:00
parent 8409d09373
commit 0d8cc9c9b3

View file

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