website

Sources for my personal website
Log | Files | Refs | README

commit f5f4736c3cf25c9579780c9b2ab80c6bef3e5d92
parent 193ef96a1849978d6fb00c1850d7334d0bb3bca7
Author: Sven Möller <sven-moeller@outlook.de>
Date:   Sun,  2 Jan 2022 06:01:33 +0100

Update css

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

diff --git a/static/style.css b/static/style.css @@ -67,12 +67,12 @@ code { } pre code { - background: black; + background: white; } pre { margin-left: 50px; - font:125% monospace; + font:115% monospace; } @media (prefers-color-scheme: dark) {