1
0

auto-git:

[change] settings.html
This commit is contained in:
2025-05-25 00:57:16 +02:00
parent 77bad8ae94
commit 4fb377892d

View File

@@ -121,7 +121,6 @@
.ok-btn {
background: var(--bg-main);
color: var(--accent);
width: 80px;
}
.ok-btn:hover {
background: var(--bg-sidebar); /* dunkleres rosa/blau für hover, anpassen falls du magst */
@@ -321,13 +320,11 @@
<svg width="18" height="18" viewBox="0 0 20 20" fill="none" class="icon-left">
<path d="M6 6l8 8M6 14L14 6" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
</svg>
Cancel
</button>
<button id="okBtn" class="action-btn ok-btn">
<svg width="18" height="18" viewBox="0 0 20 20" fill="none" class="icon-left">
<path d="M5 11l4 4L15 7" stroke="currentColor" stroke-width="2" stroke-linecap="round"/>
</svg>
OK
</button>
</div>
</div>