style: update button colors to use CSS variables for improved theming

This commit is contained in:
Sergey Krashevich
2026-02-03 10:20:56 +03:00
parent fe5736905e
commit 85daab7ec6
+2 -2
View File
@@ -6,8 +6,8 @@
<title>add - go2rtc</title>
<style>
main > button {
background-color: #444;
color: white;
background-color: var(--bg-secondary);
color: var(--text-secondary);
cursor: pointer;
padding: 14px;
width: 100%;