Skip to content

Instantly share code, notes, and snippets.

@vkGiot
vkGiot / bsAutumn.css
Created October 15, 2015 19:23
[Stylish] Autumn Theme for bs.to
/* @start GENERAL */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);
*, *:before, *:after{
font-family: "Open Sans", Arial, sans-serif;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
html, body{
color: #444;