Skip to content

Commit 97924ef

Browse files
committed
style: Update sub-table background color in style.css and admin-users.html
1 parent c432b26 commit 97924ef

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

public/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
--link-color: #0000ee;
1717
--visited-link-color: #6f3788;
1818
--border-color: #1a1a1a;
19+
--sub-table-background: #f8f9fa;
1920
}
2021

2122
[data-theme='dark'] {
@@ -35,6 +36,7 @@
3536
--checkbox-border: #4a4a4a;
3637
--checkbox-check: #ffffff;
3738
--button-hover-background: #5a5a5a;
39+
--sub-table-background: #2a2a2a;
3840
}
3941

4042
body {

src/views/pages/admin-users.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h2>📱 Edit User <%= user.name %></h2>
139139
<tr id="details-<%= user.id %>" style="display: none;">
140140

141141
<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);">
143143
<table style="width: 100%; border-collapse: collapse;">
144144

145145
<thead>

0 commit comments

Comments
 (0)