summaryrefslogtreecommitdiffstats
path: root/docs/_sass/jekyll-theme-cayman.scss
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-16 17:38:17 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-16 17:38:17 -0300
commitcd9b376f10733c5c76af79e8058da1fa43e42d98 (patch)
tree4803843fa39a64a69eb1f2a180e8020581c29c11 /docs/_sass/jekyll-theme-cayman.scss
parent93eb030b7164ea7f329a3788dd5ff146fe4779d1 (diff)
downloadPSP.git-cd9b376f10733c5c76af79e8058da1fa43e42d98.tar.gz
PSP.git-cd9b376f10733c5c76af79e8058da1fa43e42d98.tar.xz
PSP.git-cd9b376f10733c5c76af79e8058da1fa43e42d98.zip
Site colour update
Diffstat (limited to 'docs/_sass/jekyll-theme-cayman.scss')
-rw-r--r--docs/_sass/jekyll-theme-cayman.scss14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/_sass/jekyll-theme-cayman.scss b/docs/_sass/jekyll-theme-cayman.scss
index e14da2c..fa9bab4 100644
--- a/docs/_sass/jekyll-theme-cayman.scss
+++ b/docs/_sass/jekyll-theme-cayman.scss
@@ -45,19 +45,19 @@ a {
.btn {
display: inline-block;
margin-bottom: 1rem;
- color: rgba(255, 255, 255, 0.7);
- background-color: rgba(255, 255, 255, 0.08);
- border-color: rgba(255, 255, 255, 0.2);
+ color: rgba(0, 0, 0, 0.7);
+ background-color: rgba(0, 0, 0, 0.2);
+ border-color: rgba(0, 0, 0, 0.3);
border-style: solid;
border-width: 1px;
border-radius: 0.3rem;
transition: color 0.2s, background-color 0.2s, border-color 0.2s;
&:hover {
- color: rgba(255, 255, 255, 0.8);
+ color: rgba(0, 0, 0, 0.8);
text-decoration: none;
- background-color: rgba(255, 255, 255, 0.2);
- border-color: rgba(255, 255, 255, 0.3);
+ background-color: rgba(0, 0, 0, 0.4);
+ border-color: rgba(0, 0, 0, 0.5);
}
+ .btn {
@@ -178,7 +178,7 @@ a {
h6 {
margin-top: 2rem;
margin-bottom: 1rem;
- font-weight: normal;
+ font-weight: bold;
color: $section-headings-color;
}