permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit f580e8f0a75734c80d0801ac45cd0775478b9c4c
parent 2cbdc63b094c1c9d414321081a3d1a1f2c94abe7
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Tue, 10 Sep 2024 18:11:54 +0200

style tweaks for code blocks

Diffstat:
Mlocal.css | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/local.css b/local.css @@ -6,14 +6,13 @@ body { code { font-size: 15px; + color: #584AFE; } pre { font-size: 15px; padding: 1em; - background-color: #337; - color: #3FF; - font-weight: bold; + color: #584AFE; } a {