summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2019-05-17 01:07:52 +0300
committerdefanor <defanor@uberspace.net>2019-05-17 01:07:52 +0300
commit6fefc86f51256423cde778555213cf5ed6373086 (patch)
treeb9d6095952e503f02b9434076f12a3e6ece09c58
parent0c50e642d4afdebba7e01aa314bf98d41f50d8fb (diff)
Use inline CSS
-rw-r--r--tools/xml-to-html.xsl9
1 files changed, 7 insertions, 2 deletions
diff --git a/tools/xml-to-html.xsl b/tools/xml-to-html.xsl
index 2dc65e3..918cc49 100644
--- a/tools/xml-to-html.xsl
+++ b/tools/xml-to-html.xsl
@@ -68,8 +68,13 @@
href="https://defanor.uberspace.net/about.xhtml#me" />
<link property="dc:isPartOf schema:isPartOf sioc:has_container"
href="https://defanor.uberspace.net/" />
- <link rel="stylesheet" title="Dark"
- href="/xhtml-rdfa-dark.css" />
+ <style>
+ body { max-width: 86ch; margin: auto; padding: 0ch 1ch 1ch 1ch;
+ background: #061014; color: #c0d0d6; }
+ img { max-width: 84ch; }
+ a { color: #60b0a0; }
+ a:visited { color: #60a0b0; }
+ </style>
<meta name="robots" content="noarchive" />
</head>
<body>