Skip to content

Commit af588e9

Browse files
committed
fix: styling of details pages
1 parent 7396d50 commit af588e9

File tree

1 file changed

+1
-1
lines changed
  • src/main/xar-resources/modules

1 file changed

+1
-1
lines changed

src/main/xar-resources/modules/app.xql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ declare %private
266266
function app:include-markdown ($path as xs:string) as element(zero-md) {
267267
<zero-md src="{ $path }">
268268
<template>
269-
<link rel="stylesheet" type="text/css" href="resources/css/exist.css" />
269+
<link rel="stylesheet" type="text/css" href="resources/css/fundocs.min.css" />
270270
<link rel="stylesheet" type="text/css" href="resources/css/atom-one-dark.min.css" />
271271
</template>
272272
</zero-md>

0 commit comments

Comments
 (0)