From 2acaaaacbca0f90e4d8e95b6098d2f9dfd74a5df Mon Sep 17 00:00:00 2001 From: Are0h Date: Sat, 5 Sep 2020 10:23:15 -0700 Subject: [PATCH] style tweaks for code and code blocks --- pug.config.js | 4 +++- .../theme-fipamo-default/styles/_structure.styl | 15 +++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/pug.config.js b/pug.config.js index 4c67d3f..09472f9 100644 --- a/pug.config.js +++ b/pug.config.js @@ -10,7 +10,9 @@ module.exports = { default_bg: '/assets/images/global/default-bg.jpg', default_avi: '/assets/images/global/default-avi.png', content: - "
The path of the righteous man is beset on ALL sides by the iniquities of the selfish and the tyranny of evil men. Blessed is he who, in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy My brothers. And you will know My name is the Lord when I lay My vengeance upon thee.", + "
The path of the righteous man is beset on ALL sides by the iniquities of the selfish and the tyranny of evil men. Blessed is he who, in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children. And I will strike down upon thee with great vengeance and furious anger those who would attempt to poison and destroy My brothers. And you will know My name is the Lord when I lay My vengeance upon thee." + + '
' +
+			"server { listen 80; server_name yourcoolassdomain.com; location / { proxy_pass https://127.0.0.1:2314; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection 'upgrade'; proxy_set_header Host $host; proxy_cache_bypass $http_upgrade; } } 
", bucket: [{ item: 'one' }, { item: 'two' }, { item: 'three' }], tag_list: [{ title: 'Swaggy Disgust', slug: 'swaggy-disgust', path: '2020/06' }], meta: { diff --git a/src/themes/theme-fipamo-default/styles/_structure.styl b/src/themes/theme-fipamo-default/styles/_structure.styl index 7126005..f3fcb3f 100644 --- a/src/themes/theme-fipamo-default/styles/_structure.styl +++ b/src/themes/theme-fipamo-default/styles/_structure.styl @@ -25,6 +25,21 @@ a &:hover border-bottom 1px solid $secondary +code + background $black + color $highlight + border-radius 3px + padding 3px + +pre + background $black + color $highlight + border-radius 3px + padding 3px + code + color $secondary + background none + svg.icons width 25px fill $white