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

github.com/hivickylai/hugo-theme-sam.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorVictoria Drake <hello@victoria.dev>2020-11-14 23:18:49 +0300
committerVictoria Drake <hello@victoria.dev>2020-11-14 23:18:49 +0300
commit8e324cab6b49dfacb0d86b5285905ee96eefeb5f (patch)
treef6ab0820577e024aaf7d12b8d3558cf7fa3458d3 /assets
parentc86968e3c998e38950404951bf7a7d311995c356 (diff)
Renders post headings as links, proper image URLsv4.0.2
- Add render headings, images
Diffstat (limited to 'assets')
-rwxr-xr-xassets/sass/_elements.sass7
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/sass/_elements.sass b/assets/sass/_elements.sass
index 406007d..12f13c4 100755
--- a/assets/sass/_elements.sass
+++ b/assets/sass/_elements.sass
@@ -26,6 +26,13 @@ article
& h1,h2,h3
margin: 1em 0em
text-align: left
+ & .anchor-link > a
+ border-bottom: none
+ color: $body-text
+ &:hover > .pilcrow
+ display: inline
+ & span.pilcrow
+ display: none
& p
display: block
margin-bottom: 1em