Skip to content

Commit 9f98324

Browse files
committed
chore: add white background to directoryListingTemplate
1 parent ba34b1a commit 9f98324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protocols/helia/directoryListingTemplate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const directoryListingHtml = (shortCID, filesHtml) => `
22
<html>
3-
<style>html, body { margin: auto; height: 100%; width: 100%; }</style>
3+
<style>html, body { margin: auto; height: 100%; width: 100%; background-color: #fff }</style>
44
<body>
55
<div style="background-color: #22d3ee; margin: auto; width: 100%; padding: 10px;">
66
<img src="peersky://static/assets/logo.png" width="50" alt="Peersky Browser Logo" />

0 commit comments

Comments
 (0)