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
path: root/assets
diff options
context:
space:
mode:
authorzwbetz <zwbetz@gmail.com>2019-04-02 21:14:59 +0300
committerzwbetz <zwbetz@gmail.com>2019-04-02 21:14:59 +0300
commit1b3150721691737b4ddd2aaa84571f1498eb5157 (patch)
tree25d9a36e31ab06f67e0af3f0566aeef2af143172 /assets
parentca042a6ed340c0543c3c82c7052344123cab8dce (diff)
Font size of inline code to be em
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/cayman.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/scss/cayman.scss b/assets/scss/cayman.scss
index ab5d47b..c03ef67 100644
--- a/assets/scss/cayman.scss
+++ b/assets/scss/cayman.scss
@@ -207,7 +207,7 @@ a {
code {
padding: 2px 4px;
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
- font-size: 0.9rem;
+ font-size: 0.9em;
color: $code-text-color;
background-color: $code-bg-color;
border-radius: 0.3rem;