Migrating scss to Hugo pipes
This commit is contained in:
parent
afc0e0f45b
commit
ce4dba3341
40 changed files with 18 additions and 840 deletions
30
assets/scss/poole/_variables.scss
Normal file
30
assets/scss/poole/_variables.scss
Normal file
|
@ -0,0 +1,30 @@
|
|||
$gray-1: #f9f9f9;
|
||||
$gray-2: #ccc;
|
||||
$gray-3: #767676;
|
||||
$gray-4: #515151;
|
||||
$gray-5: #313131;
|
||||
|
||||
$red: #ac4142;
|
||||
$orange: #d28445;
|
||||
$yellow: #f4bf75;
|
||||
$green: #90a959;
|
||||
$cyan: #75b5aa;
|
||||
$blue: #268bd2;
|
||||
// $blue: #6a9fb5;
|
||||
$brown: #8f5536;
|
||||
|
||||
$root-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
|
||||
$root-font-size: 16px;
|
||||
$root-line-height: 1.5;
|
||||
|
||||
$body-color: #515151;
|
||||
$body-bg: #fff;
|
||||
$link-color: $blue;
|
||||
|
||||
$border-color: #e5e5e5;
|
||||
|
||||
$large-breakpoint: 38em;
|
||||
$large-font-size: 20px;
|
||||
|
||||
$code-font-family: Menlo, Monaco, "Courier New", monospace;
|
||||
$code-color: #bf616a;
|
Loading…
Add table
Add a link
Reference in a new issue