Complete template system overhaul: CSS variables, theme management, and UI improvements #74

Merged
Copilot merged 47 commits from copilot/fix-language-constants-display into main 2026-02-07 17:49:30 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit d7e12d3897 - Show all commits

View File

@@ -181,4 +181,5 @@ If you want credit, include the name or handle to list in an advisory. If you pr
| Date | Change Summary | Author | | Date | Change Summary | Author |
| ---------- | ------------------------------------------------------------------------------------------------ | --------------- | | ---------- | ------------------------------------------------------------------------------------------------ | --------------- |
| 2026-01-30 | Added Template Security Features section documenting custom head content injection controls. | Copilot Agent |
| 2025-12-18 | Initial publication of security policy, intake channels, triage targets, and disclosure process. | Moko Consulting | | 2025-12-18 | Initial publication of security policy, intake channels, triage targets, and disclosure process. | Moko Consulting |

View File

@@ -2672,6 +2672,7 @@ progress {
.form-control:disabled { .form-control:disabled {
background-color: var(--input-disabled-bg); background-color: var(--input-disabled-bg);
border-color: var(--input-disabled-border-color);
opacity: 1; opacity: 1;
} }