From 8efe85380667f0b04aeec525898bc816a6bc79aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Mekina?= Date: Mon, 14 Apr 2025 15:00:40 +0200 Subject: [PATCH] remove unneeded comments --- styles.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/styles.css b/styles.css index 7bcfa14..ae79a67 100644 --- a/styles.css +++ b/styles.css @@ -27,7 +27,6 @@ --sep-color: gray; } -/* Vím, že by se dalo použít light-dark(...). Ale to funguje jen v nejnovějších prohlížečích. */ @media (prefers-color-scheme: light) { :root { --fg-color: var(--light-fg-color); @@ -115,7 +114,7 @@ html { } body { - font-family: "Noto Sans", sans-serif; /* Svobodný font. */ + font-family: "Noto Sans", sans-serif; font-size: 16px; display: flex; flex-direction: column; @@ -260,8 +259,6 @@ ol li { margin: 0 0 16px 16px; float: right; } - - /* Jinak to neudělá nic. */ } figure img,svg,inserted-svg {