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 595e83714f0558a43e9b0599abf02cbfd2fb5abb
parent f580e8f0a75734c80d0801ac45cd0775478b9c4c
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Tue, 10 Sep 2024 18:13:37 +0200

style tweaks for code blocks

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

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