Add matrix logo

This commit is contained in:
Jorik Schellekens
2020-06-25 02:01:53 +01:00
parent bb28571969
commit 7d9a9904f5
9 changed files with 91 additions and 9 deletions
+8
View File
@@ -34,6 +34,9 @@ body,
font-family: Helvetica Neue;
font-style: normal;
font-size: 14px;
line-height: 24px;
background-color: $app-background;
color: $font;
}
@@ -49,3 +52,8 @@ a {
color: $link;
text-decoration: none;
}
hr {
border: 1px solid lighten($grey, 50);
margin: 0 40px;
}