1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 18:18:49 +02:00
blog/_src/_assets/styl/scaffolding.styl

29 lines
407 B
Stylus
Raw Normal View History

2014-07-12 02:00:18 +02:00
//
// kremalicious3
// --------------
// Scaffolding
//
// Body reset
/////////////////////////////////////
html
font-size: 62.5%
2015-08-09 18:11:26 +02:00
-webkit-tap-highlight-color: alpha($link-color, .2)
2014-07-12 02:00:18 +02:00
body
background: $body-bg
2014-07-13 00:42:57 +02:00
// Reset fonts for relevant elements
/////////////////////////////////////
input,
button,
select,
textarea
font-family: inherit
font-size: inherit
line-height: inherit