|
|
|
@ -5,6 +5,8 @@ body {
|
|
|
|
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, sans-serif;
|
|
|
|
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
background-color: #2c3e50;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
a {
|
|
|
|
@ -73,6 +75,7 @@ nav {
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #34495E;
|
|
|
|
background-color: #34495E;
|
|
|
|
|
|
|
|
box-shadow: #111111 0.3rem 0.3rem 0.3rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.postList {
|
|
|
|
.postList {
|
|
|
|
@ -88,6 +91,7 @@ nav {
|
|
|
|
padding-right: 0.3rem;
|
|
|
|
padding-right: 0.3rem;
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
border: 0.1rem solid #34495E;
|
|
|
|
border: 0.1rem solid #34495E;
|
|
|
|
|
|
|
|
box-shadow: #111111 0.3rem 0.3rem 0.3rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.postParagraph {
|
|
|
|
.postParagraph {
|
|
|
|
@ -100,6 +104,6 @@ nav {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
body {
|
|
|
|
color: white;
|
|
|
|
color: white;
|
|
|
|
background: black;
|
|
|
|
background-color: #2c3e50;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|