File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 16
16
--link-color : # 0000ee ;
17
17
--visited-link-color : # 6f3788 ;
18
18
--border-color : # 1a1a1a ;
19
+ --sub-table-background : # f8f9fa ;
19
20
}
20
21
21
22
[data-theme = 'dark' ] {
35
36
--checkbox-border : # 4a4a4a ;
36
37
--checkbox-check : # ffffff ;
37
38
--button-hover-background : # 5a5a5a ;
39
+ --sub-table-background : # 2a2a2a ;
38
40
}
39
41
40
42
body {
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ <h2>📱 Edit User <%= user.name %></h2>
139
139
< tr id ="details-<%= user.id %> " style ="display: none; ">
140
140
141
141
< td colspan ="8 " style ="padding: 0; border-bottom: 1px dashed #ddd; ">
142
- < div style ="padding: 20px; background-color: var(--background-color ); ">
142
+ < div style ="padding: 20px; background-color: var(--sub-table-background ); ">
143
143
< table style ="width: 100%; border-collapse: collapse; ">
144
144
145
145
< thead >
You can’t perform that action at this time.
0 commit comments