mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-11 23:55:16 +01:00
29 lines
407 B
Stylus
29 lines
407 B
Stylus
//
|
|
// kremalicious3
|
|
// --------------
|
|
// Scaffolding
|
|
//
|
|
|
|
|
|
// Body reset
|
|
/////////////////////////////////////
|
|
|
|
html
|
|
font-size: 62.5%
|
|
-webkit-tap-highlight-color: alpha($link-color, .2)
|
|
|
|
body
|
|
background: $body-bg
|
|
|
|
|
|
// Reset fonts for relevant elements
|
|
/////////////////////////////////////
|
|
|
|
input,
|
|
button,
|
|
select,
|
|
textarea
|
|
font-family: inherit
|
|
font-size: inherit
|
|
line-height: inherit
|