1
0

Remove sky-mode specific styles from settings.html

This commit is contained in:
2025-05-25 00:58:09 +02:00
parent 4fb377892d
commit 26803ba029

View File

@@ -133,14 +133,6 @@
.cancel-btn:hover {
background: var(--bg-sidebar);
}
body.sky-mode .ok-btn {
background: var(--accent);
color: #fff;
}
body.sky-mode .cancel-btn {
background: #dbeafe;
color: var(--accent);
}
/* Infotext */
.ollama-info {