pyratebeard_net

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

commit 5fa1582d30ad591f240a38251b7f889dccdd5581
parent aafe3235ee34fe876e375761b2108f43f1a7a2b8
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 10 Nov 2020 09:30:04 +0000

updated link and strong colours

Diffstat:
Mstatic/css/style.css | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/static/css/style.css b/static/css/style.css @@ -74,18 +74,18 @@ h2,h3,h4,h5 { } a { - color: #60928f; + color: #86596c; text-decoration: none; } a:active,a:hover,a:focus { - color: #76c39b; + color: #e8e85a; text-decoration: none; } strong { font-weight: normal; - color: #ceb34f; + color: #76c39b; } ul {