builds/.archived/owntone/dark-reader/dark-reader-css.patch

24 lines
725 B
Diff

diff --git a/htdocs/Makefile.am b/htdocs/Makefile.am
index 68c1acbd..b181558b 100644
--- a/htdocs/Makefile.am
+++ b/htdocs/Makefile.am
@@ -24,5 +24,6 @@ htdocsassetsdir = $(datadir)/owntone/htdocs/assets
dist_htdocsassets_DATA = \
assets/index.css \
+ assets/dark-reader.css \
assets/index.js
endif
diff --git a/htdocs/index.html b/htdocs/index.html
index 069e5e3e..bf42c664 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -18,6 +18,7 @@
<title>OwnTone</title>
<script type="module" crossorigin src="./assets/index.js"></script>
<link rel="stylesheet" href="./assets/index.css">
+ <link rel="stylesheet" href="./assets/dark-reader-full.css">
</head>
<body>
<div id="app"></div>