pyratelog

personal blog
git clone git://git.pyratebeard.net/pyratelog.git
Log | Files | Refs | README

commit 57c3840cd0ec9435dada5cf18690a5a57c3c54c2
parent 578f9006c647f06ad754f95a20f0fedba62bfc77
Author: pyratebeard <root@pyratebeard.net>
Date:   Wed,  9 Nov 2022 09:05:34 +0000

figcaption

Diffstat:
Mstyle.css | 9+++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/style.css b/style.css @@ -198,8 +198,13 @@ code { } .fitwidth { - width: 50%; - height: auto; + width: 50%; + height: auto; +} + +figcaption { + font-size: 0.8em; + opacity: 0.5; } hr {