pyratelog

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

commit 8a772772ef23a851d227c4f8f8473e0dd984894f
parent 418017ba4f5dc8a18b9bc57fcd13ea2a872dc52b
Author: pyratebeard <root@pyratebeard.net>
Date:   Mon, 24 Jan 2022 23:54:53 +0000

citation style

Diffstat:
Mstyle.css | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/style.css b/style.css @@ -79,6 +79,12 @@ span b a:hover { border-bottom: 0px; } +span.citation { + color: #bbbbbb; + letter-spacing: 1.1px; + font-size: 1em; +} + @media (max-width: 767px) { header { padding-left: 20px;