Skip to content

Instantly share code, notes, and snippets.

@kimu
kimu / dark-gray-theme.css
Last active April 6, 2024 14:54
Just Read Custom Theme
@import 'https://fonts.googleapis.com/css?family=Open+Sans';
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: 'Open Sans', sans-serif;
line-height: 1.75em;