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>2015-03-29 23:45:32 +0300
committerJason Long <jlong@github.com>2015-03-29 23:45:32 +0300
commite224de5dd6fad8b9c09e59000584225c867c6a2b (patch)
tree9be5d6851e500aac7ab27bdc967699a80666d3e4
parentf315f4c04c5a10ab44394f5d6009ff4c383a86eb (diff)
parenta4e64797f6190145b93e3e139da8e5d32bb4ea41 (diff)
Merge branch 'gh-pages'
* gh-pages: Smaller code font-size Add links Remove blank line, trigger Pages rebuild
-rw-r--r--css/cayman.css6
-rw-r--r--index.html1
-rw-r--r--scss/cayman.scss6
3 files changed, 6 insertions, 7 deletions
diff --git a/css/cayman.css b/css/cayman.css
index 9416b62..dac726f 100644
--- a/css/cayman.css
+++ b/css/cayman.css
@@ -116,7 +116,7 @@ a {
.main-content code {
padding: 2px 4px;
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
- font-size: 1rem;
+ font-size: 0.9rem;
color: #383e41;
background-color: #f3f6fa;
border-radius: 0.3rem; }
@@ -133,7 +133,7 @@ a {
.main-content pre > code {
padding: 0;
margin: 0;
- font-size: 100%;
+ font-size: 0.9rem;
color: #567482;
word-break: normal;
white-space: pre;
@@ -147,7 +147,7 @@ a {
.main-content .highlight pre, .main-content pre {
padding: 1rem;
overflow: auto;
- font-size: 1rem;
+ font-size: 0.9rem;
line-height: 1.45;
border-radius: 0.3rem; }
.main-content pre code, .main-content pre tt {
diff --git a/index.html b/index.html
index cf9c889..9f8114a 100644
--- a/index.html
+++ b/index.html
@@ -305,6 +305,5 @@
</section>
-
</body>
</html>
diff --git a/scss/cayman.scss b/scss/cayman.scss
index e088435..bd23400 100644
--- a/scss/cayman.scss
+++ b/scss/cayman.scss
@@ -166,7 +166,7 @@ a {
code {
padding: 2px 4px;
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
- font-size: 1rem;
+ font-size: 0.9rem;
color: #383e41;
background-color: #f3f6fa;
border-radius: 0.3rem;
@@ -186,7 +186,7 @@ a {
> code {
padding: 0;
margin: 0;
- font-size: 100%;
+ font-size: 0.9rem;
color: #567482;
word-break: normal;
white-space: pre;
@@ -208,7 +208,7 @@ a {
pre {
padding: 1rem;
overflow: auto;
- font-size: 1rem;
+ font-size: 0.9rem;
line-height: 1.45;
border-radius: 0.3rem;
}