Skip to content

Commit 9f74832

Browse files
authored
Merge pull request #701 from themepark-dev/develop
1.21.3
2 parents eb31a37 + 1469821 commit 9f74832

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,10 @@
300300
<p><a href="https://docs.theme-park.dev/themes/audiobookshelf"><img src="https://docs.theme-park.dev/site_assets/audiobookshelf/logo.png" alt="" width="48" height="48" /></a></p>
301301
<p><a href="https://docs.theme-park.dev/themes/audiobookshelf">Audiobookshelf</a></p>
302302
</td>
303+
<td>
304+
<p><a href="https://docs.theme-park.dev/themes/docmost"><img src="https://docs.theme-park.dev/site_assets/docmost/logo.png" alt="" width="48" height="48" /></a></p>
305+
<p><a href="https://docs.theme-park.dev/themes/docmost">Docmost</a></p>
306+
</td>
303307
</tr>
304308
</tbody>
305309
</table>

css/base/unraid/unraid-base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
@import url("/css/defaults/placeholders.css");
1414
@import url("/css/defaults/transparent.css");
1515

16+
:root {
17+
--inverse-text-color: var(--text);
18+
}
19+
1620
* {
1721
outline: none;
1822
}

0 commit comments

Comments
 (0)