blog.minskio.co.uk

Content and theme behind minskio.co.uk
Log | Files | Refs

commit 7ab1e7931f788746492901e02b9295e95c831886
parent 0ee4bd3ded721ba2657a42468bc701e84125ddcc
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Wed, 10 Jan 2024 16:18:00 +0000

Strikethrough done items

Diffstat:
Mthemes/Brine/layouts/_default/baseof.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/Brine/layouts/_default/baseof.html b/themes/Brine/layouts/_default/baseof.html @@ -17,7 +17,7 @@ aside ul form input{background:#212121;color:#e0e0e0;padding:1.5vh;border:1px solid #e0e0e0;border-radius:1vh} main{margin:8vh auto;max-width:90%} main h1{font-size:xx-large;margin-top:8vh} - input:checked,input:checked+label{opacity:50%} + input:checked,input:checked+label{opacity:50%;text-decoration:line-through} code{background:#eee;font-family:Consolas,monaco,monospace;padding:5px;font-size:75%} pre>code{display:block;padding:20px;white-space:pre-wrap;font-size:75%;max-width:80ch} a,h1,li,p{max-width:70ch}