fix: Import fix from 7a946424c1 (#5984)

This commit is contained in:
Lars Eggert 2023-07-18 16:58:22 +03:00 committed by GitHub
parent 0693a4357d
commit 57843d8538
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,7 @@
// Based on https://github.com/martinthomson/rfc-txt-html/blob/db4be92247979541cd26a32b7b2bf0e044ca098b/txt.css
// (Version hash to make future merging easier.)
// Based on https://github.com/martinthomson/rfc-txt-html/blob/main/txt.css
:root {
--line: 1.2em;
--line: 1.3em;
--block: 0 0 0 3ch;
--paragraph: var(--line) 0 var(--line) 3ch;
}