mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2026-04-22 15:47:06 +08:00
style: update button colors to use CSS variables for improved theming
This commit is contained in:
+2
-2
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user