summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/_layouts/default.html2
-rw-r--r--docs/_sass/jekyll-theme-cayman.scss14
2 files changed, 8 insertions, 8 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index 3a2f66c..ff275c4 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -19,7 +19,7 @@
<a href="{{ site.github.repository_url }}" class="btn">Ver no GitHub</a>
{% endif %}
{% if site.show_downloads %}
- <a href="https://github.com/Thales1330/PSP/raw/master/docs/downloads/windows/pspufu.zip" class="btn btn-default">Download para Windows (x64)</a>
+ <a href="https://github.com/Thales1330/PSP/raw/master/docs/downloads/windows/pspufu.zip" class="btn">Download para Windows (x64)</a>
<a href="{{ site.github.zip_url }}" class="btn">Download código fonte</a>
<!--a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a-->
{% endif %}
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;
}