Custom header splash doodad

This commit is contained in:
2021-04-27 14:53:05 +01:00
parent bffbc8b76d
commit 8e72d230de
5 changed files with 46 additions and 1 deletions

View File

@@ -2,6 +2,13 @@
--primary: #7DF9FF;
--splash: #7e1946;
}
@font-face {
font-family: 'truelies';
src: url('true_lies-webfont.woff2') format('woff2'),
url('true_lies-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
body {
color: white !important;
}