44 lines
1.0 KiB
Plaintext
44 lines
1.0 KiB
Plaintext
//
|
|
// Variables
|
|
// --------------------------------------------------
|
|
|
|
|
|
//== Colors
|
|
//
|
|
|
|
@color__background-body: #fff;
|
|
@color__background-screen: #f1f1f1;
|
|
@color__background-hr: #ccc;
|
|
@color__background-button: #e6e6e6;
|
|
@color__background-pre: #eee;
|
|
@color__background-ins: #fff9c0;
|
|
|
|
@color__text-screen: #21759b;
|
|
@color__text-input: #666;
|
|
@color__text-input-focus: #111;
|
|
@color__link: royalblue;
|
|
@color__link-visited: purple;
|
|
@color__link-hover: midnightblue;
|
|
@color__text-main: #656565;
|
|
|
|
@color__border-button: #ccc #ccc #bbb;
|
|
@color__border-button-hover: #ccc #bbb #aaa;
|
|
@color__border-button-focus: #aaa #bbb #bbb;
|
|
@color__border-input: #ccc;
|
|
@color__border-abbr: #666;
|
|
|
|
//== Typography
|
|
//
|
|
//## Font, line-height, and color for body text, headings, and more.
|
|
|
|
@font__main: "Source Sans Pro", sans-serif;
|
|
@font__code: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
|
|
@font__pre: "Courier 10 Pitch", Courier, monospace;
|
|
@font__line-height-body: 1.5;
|
|
@font__line-height-pre: 1.6;
|
|
|
|
|
|
|
|
@size__site-main: 100%;
|
|
@size__site-sidebar: 25%;
|