summaryrefslogtreecommitdiffstats
path: root/docs/_sass/variables.scss
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-15 14:06:10 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-15 14:06:10 -0300
commit70a3cb35f07da911ef4176a2b12d487afbc92d86 (patch)
treee5ef5ce09818c8e9bd7189be64182a779512c6d5 /docs/_sass/variables.scss
parentef3db8b0908cd59c405fe19df507512a68f9708f (diff)
downloadPSP.git-70a3cb35f07da911ef4176a2b12d487afbc92d86.tar.gz
PSP.git-70a3cb35f07da911ef4176a2b12d487afbc92d86.tar.xz
PSP.git-70a3cb35f07da911ef4176a2b12d487afbc92d86.zip
Add a lot of gh page files
Diffstat (limited to 'docs/_sass/variables.scss')
-rw-r--r--docs/_sass/variables.scss23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/_sass/variables.scss b/docs/_sass/variables.scss
new file mode 100644
index 0000000..bf56450
--- /dev/null
+++ b/docs/_sass/variables.scss
@@ -0,0 +1,23 @@
+// Breakpoints
+$large-breakpoint: 64em !default;
+$medium-breakpoint: 42em !default;
+
+// Headers
+$header-heading-color: #fff !default;
+$header-bg-color: #159957 !default;
+$header-bg-color-secondary: #155799 !default;
+
+// Text
+$section-headings-color: #159957 !default;
+$body-text-color: #606c71 !default;
+$body-link-color: #1e6bb8 !default;
+$blockquote-text-color: #819198 !default;
+
+// Code
+$code-bg-color: #f3f6fa !default;
+$code-text-color: #567482 !default;
+
+// Borders
+$border-color: #dce6f0 !default;
+$table-border-color: #e9ebec !default;
+$hr-border-color: #eff0f1 !default;