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 3038a6ec4835d96da66d9a78d61bc84b743e5c5e
parent ca0217ce5b800ebc7df59354fe894451876704f8
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Mon,  6 Jun 2022 16:23:20 +0200

text-deco none for a

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

diff --git a/local.css b/local.css @@ -1,3 +1,7 @@ code { font-size: 16px; } + +a { + text-decoration: none; +}