mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-16 04:06:40 +02:00
Orange colors
* Add Open Sans to the stack
This commit is contained in:
@@ -11,14 +11,14 @@
|
||||
@vspacing: @base-font-size*2;
|
||||
|
||||
@monospace-font-stack: ~"'Ubuntu Mono', 'Menlo', monospace";
|
||||
@body-font-stack: ~"'Proxima Nova', 'Helvetica Neue', 'Arial', sans-serif";
|
||||
@body-font-stack: ~"'ProximaNova', 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif";
|
||||
@heading-font-stack: ~"'Raleway', 'Helvetica Neue', 'Arial', sans-serif";
|
||||
@special-font-stack-1: ~"'Raleway', 'Helvetica Neue', 'Arial', sans-serif";
|
||||
|
||||
@black: #444;
|
||||
@gray: #999;
|
||||
@accent: #0096cc; // jasonlong.me blue
|
||||
@link-hover: #007199; // jasonlong.me hover blue
|
||||
@accent: rgba(244,109,44,1); // jasonlong.me blue
|
||||
@link-hover: rgba(222,90,29,1); // jasonlong.me hover blue
|
||||
@background: #f7f7f7;
|
||||
@compensated-black: #555;
|
||||
@compensated-gray: #999;
|
||||
|
Reference in New Issue
Block a user