pyratebeard_net

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

commit 4ded284e08db944bb552cfc9cb054eda2496dec2
parent 0798f0f36ea716d40cf63cfb1f573c7548ce7e55
Author: pyratebeard <root@pyratebeard.net>
Date:   Mon,  8 Jun 2026 15:53:27 +0100

style: changes links and headers to red

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

diff --git a/style.css b/style.css @@ -88,10 +88,10 @@ h1, h2, h3, h4, h5 { text-transform: lowercase; } h1 { - color: #aabb46; + color: #c94539; } h2, h3, h4, h5 { - color: #aabb46; + color: #a3535e; } /*h2, h3, h4 { @@ -109,12 +109,12 @@ h5 { */ a { - color: #80964d; + color: #c94539; text-decoration: none; } a:active,a:hover,a:focus { - color: #a4b810; + color: #bb6055; text-decoration: none; }