reworkify

This commit is contained in:
ivan
2025-04-07 23:58:16 -05:00
parent de6cd11794
commit 447c07a046
19 changed files with 87 additions and 1287 deletions

20
index.css Normal file
View File

@@ -0,0 +1,20 @@
:root {
--fg: #222;
--link-fg: #116630;
}
body {
color: var(--fg);
font-family: georgia, serif;
font-size: medium;
max-width: 40em;
margin: 0 auto;
padding: 0 1em;
}
a {
color: var(--link-fg);
text-decoration: none;
text-decoration-line: underline;
text-decoration-style: dashed;
}