added bourbon to the source files and included in the main scss
[theme-danix.xyz.git] / assets / sass / main.scss
CommitLineData
2d3ca553 1@import "bourbon/bourbon";
2
2a53e27d 3body {
0605a97a 4 background-color: #dadada;;
2ae9d02f 5 header#masthead,
0605a97a 6 footer#colophon {
7 background-color: #656565;
8 }
2ae9d02f 9}
10.screen-reader-text,
11.hidden {
12 border:0;
13 clip:rect(1px, 1px, 1px, 1px);
14 clip-path:inset(100%);
15 height:1px;
16 overflow:hidden;
17 padding:0;
18 position:absolute;
19 white-space:nowrap;
20 width:1px
2a53e27d 21}