mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 19:56:41 +02:00
Orange colors
* Add Open Sans to the stack
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
var baseUrl = '{{ .Site.BaseUrl }}';
|
var baseUrl = '{{ .Site.BaseUrl }}';
|
||||||
var host = baseUrl.substring(0, baseUrl.length - 1).replace(/\//g, '');
|
var host = baseUrl.substring(0, baseUrl.length - 1).replace(/\//g, '');
|
||||||
if ((host === window.location.host) && (window.location.protocol !== 'https:')) {
|
if ((host === window.location.host) && (window.location.protocol !== 'https:')) {
|
||||||
window.location.protocol = 'https';
|
window.location.protocol = 'https:';
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
@@ -11,14 +11,14 @@
|
|||||||
@vspacing: @base-font-size*2;
|
@vspacing: @base-font-size*2;
|
||||||
|
|
||||||
@monospace-font-stack: ~"'Ubuntu Mono', 'Menlo', monospace";
|
@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";
|
@heading-font-stack: ~"'Raleway', 'Helvetica Neue', 'Arial', sans-serif";
|
||||||
@special-font-stack-1: ~"'Raleway', 'Helvetica Neue', 'Arial', sans-serif";
|
@special-font-stack-1: ~"'Raleway', 'Helvetica Neue', 'Arial', sans-serif";
|
||||||
|
|
||||||
@black: #444;
|
@black: #444;
|
||||||
@gray: #999;
|
@gray: #999;
|
||||||
@accent: #0096cc; // jasonlong.me blue
|
@accent: rgba(244,109,44,1); // jasonlong.me blue
|
||||||
@link-hover: #007199; // jasonlong.me hover blue
|
@link-hover: rgba(222,90,29,1); // jasonlong.me hover blue
|
||||||
@background: #f7f7f7;
|
@background: #f7f7f7;
|
||||||
@compensated-black: #555;
|
@compensated-black: #555;
|
||||||
@compensated-gray: #999;
|
@compensated-gray: #999;
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
color: #999 !important;
|
color: #999 !important;
|
||||||
}
|
}
|
||||||
.accent {
|
.accent {
|
||||||
color: #0096cc !important;
|
color: #f46d2c !important;
|
||||||
}
|
}
|
||||||
@media (min-width: 550px) {
|
@media (min-width: 550px) {
|
||||||
.small-screens-only {
|
.small-screens-only {
|
||||||
@@ -60,7 +60,7 @@ body {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-family: 'Proxima Nova', 'Helvetica Neue', 'Arial', sans-serif;
|
font-family: 'ProximaNova', 'Open Sans', 'Helvetica Neue', 'Arial', sans-serif;
|
||||||
color: #444;
|
color: #444;
|
||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
text-rendering: optimizeLegibility !important;
|
text-rendering: optimizeLegibility !important;
|
||||||
@@ -524,14 +524,14 @@ body {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #0096cc;
|
color: #f46d2c;
|
||||||
-webkit-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
|
-webkit-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
|
||||||
-moz-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
|
-moz-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
|
||||||
-ms-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
|
-ms-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
|
||||||
-o-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
|
-o-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #007199;
|
color: #de5a1d;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
Reference in New Issue
Block a user