dark mode

This commit is contained in:
2026-07-11 15:16:05 +02:00
parent 55d140a867
commit 173b625c20
2 changed files with 56 additions and 10 deletions
+55 -9
View File
@@ -1,9 +1,55 @@
body { font-family: Georgia, 'Times New Roman', Times, serif; color: #333; background: #fdfdfd; margin: 2em auto; max-width: 750px; padding: 1em 2em; line-height: 1.8; font-size: 18px; }
h1, h2, h3 { color: #111; font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; font-weight: normal; }
pre { background: #f4f4f4; border: 1px solid #ddd; padding: 1em; overflow: auto; }
code { font-family: 'Courier New', Courier, monospace; background: #f4f4f4; padding: 0.1em 0.3em; }
blockquote { border-left: 4px solid #ff1493; padding-left: 1em; margin-left: 0; color: #666; font-style: italic; }
a { color: #ff1493; }
table { border-collapse: collapse; width: 100%; margin-bottom: 1em; }
th, td { border: 1px solid #ddd; padding: 0.5em; text-align: left; }
th { background: #f4f4f4; }
body {
font-family: Georgia, "Times New Roman", Times, serif;
color: #e0e0e0;
background: #1a1a1a;
margin: 2em auto;
max-width: 750px;
padding: 1em 2em;
line-height: 1.8;
font-size: 18px;
}
h1,
h2,
h3 {
color: #ffffff;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-weight: normal;
}
pre {
background: #2a2a2a;
border: 1px solid #444;
padding: 1em;
overflow: auto;
}
code {
font-family: "Courier New", Courier, monospace;
background: #2a2a2a;
padding: 0.1em 0.3em;
}
blockquote {
border-left: 4px solid #ff1493;
padding-left: 1em;
margin-left: 0;
color: #a0a0a0;
font-style: italic;
}
a {
color: #ff6b9d;
}
a:hover {
color: #ff1493;
}
table {
border-collapse: collapse;
width: 100%;
margin-bottom: 1em;
}
th,
td {
border: 1px solid #444;
padding: 0.5em;
text-align: left;
}
th {
background: #2a2a2a;
}
+1 -1
View File
@@ -1 +1 @@
clear && make format && cat README.tlm | make run
clear && make format && cat README.tlm | make run | ./preview