Skip to content

Instantly share code, notes, and snippets.

View colinshelton's full-sized avatar
🏠
Working from home

Colin Shelton colinshelton

🏠
Working from home
View GitHub Profile
@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;