Skip to content

Instantly share code, notes, and snippets.

@aklgupta
aklgupta / theme.css
Created February 13, 2019 16:28
Just Read Theme
@import url("https://fonts.googleapis.com/css?family=Roboto");
body {
background-color: rgb(34, 34, 34);
font-size: 20px;
color: rgb(221, 221, 221);
text-rendering: optimizelegibility;
line-height: 32px;
font-family: Roboto;
}