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>
|
<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%;
|
||||||
|
|||||||
Reference in New Issue
Block a user