Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/cayman-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Long <jlong@github.com>2016-04-19 00:06:37 +0300
committerJason Long <jlong@github.com>2016-04-19 00:06:37 +0300
commit70086b726831aeacc012f99ec725a05cfed9195c (patch)
tree79642bbaafa090c2a2f645ea34fe8f700dc734dd
parent418e601ad3abc80e72e92b53c481b89de569bff9 (diff)
Comma spaces for linter
-rw-r--r--css/cayman.css2
-rw-r--r--scss/cayman.scss12
2 files changed, 7 insertions, 7 deletions
diff --git a/css/cayman.css b/css/cayman.css
index 784c943..6d25bd8 100644
--- a/css/cayman.css
+++ b/css/cayman.css
@@ -127,7 +127,7 @@ a {
padding: 2px 4px;
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 0.9rem;
- color: #383e41;
+ color: #567482;
background-color: #f3f6fa;
border-radius: 0.3rem; }
.main-content pre {
diff --git a/scss/cayman.scss b/scss/cayman.scss
index 83a0319..4b4c8fe 100644
--- a/scss/cayman.scss
+++ b/scss/cayman.scss
@@ -65,19 +65,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(255, 255, 255, 0.7);
+ background-color: rgba(255, 255, 255, 0.08);
+ border-color: rgba(255, 255, 255, 0.2);
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(255, 255, 255, 0.8);
text-decoration: none;
- background-color: rgba(255,255,255, 0.2);
- border-color: rgba(255,255,255, 0.3);
+ background-color: rgba(255, 255, 255, 0.2);
+ border-color: rgba(255, 255, 255, 0.3);
}
+ .btn {