pyratebeard_net

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

commit c3bda054efa523e51ee92f70a3e45e4497cdba47
parent f8f3770ef595005fa17e33be72a723b54c0aba05
Author: pyratebeard <root@pyratebeard.net>
Date:   Sun, 15 Nov 2020 18:03:19 +0000

updated color

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

diff --git a/static/css/stylemin.css b/static/css/stylemin.css @@ -1,16 +1,16 @@ body { font-family: monospace; background-color: #111; - color: #eee; + color: #bbb; } a { - color: #eee; + color: #bbb; text-decoration: underline; } a:active,a:hover,a:focus { - color: #eee; + color: #bbb; text-decoration: none; }