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 {