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