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> <title>add - go2rtc</title>
<style> <style>
main > button { main > button {
background-color: #444; background-color: var(--bg-secondary);
color: white; color: var(--text-secondary);
cursor: pointer; cursor: pointer;
padding: 14px; padding: 14px;
width: 100%; width: 100%;