diff --git a/assets/css/style.css b/assets/css/style.css index 005c99f..aab18dc 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -100,6 +100,7 @@ pre { ::-moz-selection { /* Firefox Code */ color: #57cbcc; + font-weight: bold; background: #750cf2; } diff --git a/layouts/shortcodes/figcaption.html b/layouts/shortcodes/figcaption.html new file mode 100644 index 0000000..28ba000 --- /dev/null +++ b/layouts/shortcodes/figcaption.html @@ -0,0 +1,3 @@ +
+ {{ .Inner | markdownify }} +
\ No newline at end of file