mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-17 16:15:22 +00:00
33 lines
1.3 KiB
Plaintext
33 lines
1.3 KiB
Plaintext
// Fonts
|
|
@font-family-serif: Georgia, serif;
|
|
@font-family-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
@font-family-base: @font-family-sans;
|
|
// Font sizes
|
|
@font-size-base: 14px;
|
|
@font-size-large: ceil(@font-size-base * 1.25); // ~18px
|
|
@font-size-small: ceil(@font-size-base * 0.85); // ~12px
|
|
@line-height-base: 1.428571429; // 20/14
|
|
@line-height-computed: floor(@font-size-base * @line-height-base);
|
|
// Sidebar
|
|
@sidebar-background: rgb(250, 250, 250);
|
|
@sidebar-border-color: rgba(0, 0, 0, 0.0666667);
|
|
// Summary
|
|
@summary-header-color: #939da3;
|
|
@summary-article-padding-v: 10px;
|
|
@summary-article-padding-h: 15px;
|
|
@summary-article-color: hsl(207, 15%, 25%);
|
|
@summary-article-hover-color: hsl(207, 100%, 50%);
|
|
// Page
|
|
@page-width: 800px;
|
|
@page-color: #333333;
|
|
@page-line-height: 1.7;
|
|
// Button
|
|
@button-padding: 19px;
|
|
@button-background: transparent;
|
|
@button-color: #ddd;
|
|
@button-hover-color: #bbb;
|
|
// Font awesome
|
|
@path-assets: '.';
|
|
@path-fonts: '@{path-assets}/fonts';
|
|
@fa-font-path: '@{path-fonts}/fontawesome';
|