Eigengrau

This commit is contained in:
Madison Scott-Clary
2019-11-30 12:42:45 -08:00
parent 605a8c00df
commit fc372d6878
10 changed files with 101 additions and 16 deletions

View File

@ -0,0 +1,27 @@
@import url('https://fonts.googleapis.com/css?family=Inknut+Antiqua');
.pink, .quip {
color: #db7de3;
}
.gray {
color: #dfdfdf;
}
.quip {
max-width: 395px;
margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
text-align: center;
font-family: "Inknut Antiqua", serif !important;
}
.quip {
font-family: "Inknut Antiqua", serif !important;
}
.page-content {
background-color: #16161d;
}