mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-27 23:34:24 +01:00
Compare commits
2 commits
f6f627f2d2
...
2c47cd338c
Author | SHA1 | Date | |
---|---|---|---|
2c47cd338c | |||
05f1198dfb |
2 changed files with 4 additions and 0 deletions
|
@ -100,6 +100,7 @@ pre {
|
|||
::-moz-selection {
|
||||
/* Firefox Code */
|
||||
color: #57cbcc;
|
||||
font-weight: bold;
|
||||
background: #750cf2;
|
||||
}
|
||||
|
||||
|
|
3
layouts/shortcodes/figcaption.html
Normal file
3
layouts/shortcodes/figcaption.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<div class="text-center text-secondary m-2">
|
||||
{{ .Inner | markdownify }}
|
||||
</div>
|
Loading…
Reference in a new issue