summaryrefslogtreecommitdiff
path: root/atom-to-html.xsl
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-02-22 16:22:44 +0300
committerAndrew Dolgov <[email protected]>2020-02-22 16:22:44 +0300
commit4ab3854aede3882779138d91594b588e1a38c70e (patch)
treefed3e75f57af7365fee88325c8ffd7e3e221c203 /atom-to-html.xsl
parent84b847074ef654a0ab5e49a3f33825e8b6d6c7c8 (diff)
don't generate default.css, replace with themes/light.css as a default root CSS file
Diffstat (limited to 'atom-to-html.xsl')
-rw-r--r--atom-to-html.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/atom-to-html.xsl b/atom-to-html.xsl
index f32d59983..79ce42891 100644
--- a/atom-to-html.xsl
+++ b/atom-to-html.xsl
@@ -9,7 +9,7 @@
<html>
<head>
<title><xsl:value-of select="atom:title"/></title>
- <link rel="stylesheet" type="text/css" href="css/default.css"/>
+ <link rel="stylesheet" type="text/css" href="themes/light.css"/>
<script language="javascript" src="lib/xsl_mop-up.js"></script>
</head>