Add fonts, fix styling issues

This commit is contained in:
2019-08-25 07:46:58 +00:00
parent cf9e197e6c
commit 9336760ed3
10 changed files with 77 additions and 23 deletions

View File

@@ -7,7 +7,7 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
content="Reddit, Hacker News, and Tildes combined, then pre-rendered in reader mode."
/>
<link rel="apple-touch-icon" href="logo192.png" />
<!--
@@ -31,7 +31,7 @@
overflow-y: scroll;
}
body {
background: #202020;
background: #000;
}
</style>
</head>