2017-03-30 18:35:47 -04:00
|
|
|
html {
|
2019-11-06 11:53:36 -07:00
|
|
|
font-size: $font-size-default;
|
2017-03-30 18:35:47 -04:00
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
2018-06-21 22:24:41 -06:00
|
|
|
overflow-x: hidden;
|
2017-03-30 18:35:47 -04:00
|
|
|
}
|
2014-02-07 16:41:03 -08:00
|
|
|
|
|
|
|
body {
|
2017-03-30 18:35:47 -04:00
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
color: $body-font-color;
|
|
|
|
background-color: $white;
|
2019-11-06 11:53:36 -07:00
|
|
|
font-size: $font-size-default;
|
|
|
|
font-family: $font-body;
|
2017-03-30 18:35:47 -04:00
|
|
|
font-weight: $font-weight-reg;
|
2018-06-21 22:24:41 -06:00
|
|
|
overflow-x: hidden;
|
2014-02-07 16:41:03 -08:00
|
|
|
}
|
|
|
|
|
2017-03-30 18:35:47 -04:00
|
|
|
h1 {
|
2015-11-09 13:48:29 -08:00
|
|
|
margin-bottom: 24px;
|
2014-02-07 16:41:03 -08:00
|
|
|
}
|
2019-11-06 11:53:36 -07:00
|
|
|
|
|
|
|
code {
|
|
|
|
color: $body-font-color;
|
|
|
|
background: $consul-l3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar .sidebar-nav li a {
|
|
|
|
line-height: 18px;
|
|
|
|
}
|