Skip to content

Commit 0020ccc

Browse files
eaCeskerbis
authored andcommitted
feat: update darkmode styles, close #337
1 parent 19244bb commit 0020ccc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

assets/css/mform.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,8 @@ section.repeater .repeater-group:hover {
337337
}
338338

339339
.rex-theme-dark section.repeater .repeater-group {
340-
border: 1px solid rgba(72, 72, 72, 0.2);
341-
background: rgba(17, 17, 17, 0.55);
340+
border: 1px solid rgba(17, 17, 17, 0.1);
341+
background: rgba(17, 17, 17, 0.15);
342342
box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
343343
}
344344

@@ -355,8 +355,8 @@ section.repeater .repeater-group:last-child {
355355

356356
@media (prefers-color-scheme: dark) {
357357
section.repeater .repeater-group {
358-
border: 1px solid rgba(72, 72, 72, 0.2);
359-
background: rgba(17, 17, 17, 0.55);
358+
border: 1px solid rgba(17, 17, 17, 0.1);
359+
background: rgba(17, 17, 17, 0.15);
360360
box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
361361
}
362362

0 commit comments

Comments
 (0)