pyratelog

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

commit 2df2172c00ed4e142bb18fbde45f0877ed660868
parent d73fa9319c094102e828a38b35d937c71e3e610f
Author: pyratebeard <root@pyratebeard.net>
Date:   Sat, 28 Jan 2023 13:01:37 +0000

updated pre, code, and index hover

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

diff --git a/style.css b/style.css @@ -124,7 +124,7 @@ a.index:active, a.index:hover, a.index:focus { color: #fbf0d2; - background-color: #604d50; + background-color: #6a3c42; } a.footer { @@ -180,7 +180,7 @@ pre { } pre > code { - color: #bcc92e; + color: #cbbe0c; /*background-image: linear-gradient(to right, #3d3a3b, #171717);*/ background-color: #110f0d; font-family: 'bpmono'; @@ -190,7 +190,7 @@ pre > code { code { color: #fbf0d2; - background-color: #604d50; + background-color: #6a3c42; font-family: 'bpmono'; font-size: 13px; padding: 2px 4px 2px 4px;