open-consul/website/source/assets/stylesheets/_global.scss

30 lines
544 B
SCSS
Raw Normal View History

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