kaka.farm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit cb04653deb5e29f5bfb2560b5ed2b8548ebd614b
parent ed92599e60a7b3e1d1f01b7736b306588b6bf19a
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Thu, 23 Nov 2023 14:38:49 +0200

Remove poops from numbered list items.

Diffstat:
Mkaka.farm/index.css | 2+-
Mkaka.farm/index.html | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kaka.farm/index.css b/kaka.farm/index.css @@ -16,7 +16,7 @@ div { width: 920px; max-width: calc(100% - 20px); margin: auto; } background-color: #222; } ul { list-style: none; } -li:before { content: "\1F4A9"; } +ul>li:before { content: "\1F4A9"; } a:link { color: springgreen; text-decoration: none; } a:visited { color: cadetblue; text-decoration: none; } a:hover { color: salmon; text-decoration: underline; } diff --git a/kaka.farm/index.html b/kaka.farm/index.html @@ -72,7 +72,7 @@ <h2>Contact(?)</h2> <ul> - <li><a href="">@kakafarm@emacs.ch</a></li> + <li><a href="">@kakafarm@emacs.ch</a>.</li> </ul> </div> </body>