Starting adding help-file for user made CSS templates

This commit is contained in:
2025-11-17 14:31:54 +01:00
parent 8bc24fc80a
commit aa9688d811
4 changed files with 72 additions and 1 deletions

View File

@@ -45,7 +45,10 @@
</div>
<div class="card">
<h2>Custom Themes</h2>
<h2>
Custom Themes
<a href="/help/css" target="_blank" class="help-link" title="Open CSS guide in new window">(?)</a>
</h2>
<p>Create your own themes with CSS. These are private to your account.</p>
<div id="custom-themes-list">
@@ -72,6 +75,12 @@
</div>
<style>
.help-link {
font-size: 0.9rem;
vertical-align: middle;
text-decoration: none;
color: var(--primary-color);
}
.url-box {
display: flex;
gap: 10px;