pyratebeard_net

personal website
git clone git://git.pyratebeard.net/pyratebeard_net.git
Log | Files | Refs | README

commit 071be19c10c15bfa24d6fc102bcbebca6ed0142a
parent a3c46b9081bb6884d85c898cb7186d8699fb11d0
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri, 10 May 2024 22:44:21 +0100

thinner border

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

diff --git a/style.css b/style.css @@ -150,7 +150,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;