mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-20 17:43:24 +00:00
24 lines
898 B
Plaintext
24 lines
898 B
Plaintext
// 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-background: transparent;
|
|
@button-color: #ddd;
|
|
@button-hover-color: #ccc;
|