Compare commits

...

2 commits

Author SHA1 Message Date
2c47cd338c
Fix: set ::-moz-selection to font bold to 2024-07-24 22:37:23 +02:00
05f1198dfb
Add: figure caption shortcode 2024-07-24 22:36:18 +02:00
2 changed files with 4 additions and 0 deletions

View file

@ -100,6 +100,7 @@ pre {
::-moz-selection {
/* Firefox Code */
color: #57cbcc;
font-weight: bold;
background: #750cf2;
}

View file

@ -0,0 +1,3 @@
<div class="text-center text-secondary m-2">
{{ .Inner | markdownify }}
</div>