summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-16 17:47:07 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-16 17:47:07 -0300
commit236284b1c85b5ba1f571090177e4025be03dc043 (patch)
tree73522ee45c1cded169db6008c7132083093aa856
parent82a60b99f88c561ad148bf7f52ab2cf3931240b5 (diff)
downloadPSP.git-236284b1c85b5ba1f571090177e4025be03dc043.tar.gz
PSP.git-236284b1c85b5ba1f571090177e4025be03dc043.tar.xz
PSP.git-236284b1c85b5ba1f571090177e4025be03dc043.zip
Some site colors change
-rw-r--r--docs/_layouts/default.html2
-rw-r--r--docs/_sass/variables.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index ff275c4..3375dbf 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -7,7 +7,7 @@
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<meta name="description" content="{{ page.description | default: site.description | default: site.github.project_tagline }}"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="theme-color" content="#fc4a1a">
+ <meta name="theme-color" content="#606c71">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
</head>
diff --git a/docs/_sass/variables.scss b/docs/_sass/variables.scss
index 36d1e84..02cee9d 100644
--- a/docs/_sass/variables.scss
+++ b/docs/_sass/variables.scss
@@ -3,7 +3,7 @@ $large-breakpoint: 64em !default;
$medium-breakpoint: 42em !default;
// Headers
-$header-heading-color: #606c71 !default;
+$header-heading-color: #000 !default;
$header-bg-color: #fc4a1a !default;
$header-bg-color-secondary: #5B86E5 !default;