pyratelog

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

commit 44101495759aad8296bd7ad25429922b699e8bf6
parent fc462fbc96b238a11f74cfd1b2d011ce63e715e4
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri, 10 May 2024 15:34:59 +0100

thinner border

Diffstat:
Mstyle.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/style.css b/style.css @@ -139,7 +139,7 @@ strong { pre { overflow-x: auto; border-radius: 0px; - border: 2px solid #9c353e; + border: 1px solid #9c353e; border-left: 12px solid #9c353e; background-color: #110f0d; display: table;