summaryrefslogtreecommitdiffstats
path: root/docs/_sass
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 /docs/_sass
parent82a60b99f88c561ad148bf7f52ab2cf3931240b5 (diff)
downloadPSP.git-236284b1c85b5ba1f571090177e4025be03dc043.tar.gz
PSP.git-236284b1c85b5ba1f571090177e4025be03dc043.tar.xz
PSP.git-236284b1c85b5ba1f571090177e4025be03dc043.zip
Some site colors change
Diffstat (limited to 'docs/_sass')
-rw-r--r--docs/_sass/variables.scss2
1 files changed, 1 insertions, 1 deletions
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;