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 {
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;
}