Skip to content

Commit 922d975

Browse files
committed
Remove dark mode styles from default.css
1 parent 7e59854 commit 922d975

File tree

1 file changed

+0
-85
lines changed
  • src/Illuminate/Mail/resources/views/html/themes

1 file changed

+0
-85
lines changed

src/Illuminate/Mail/resources/views/html/themes/default.css

Lines changed: 0 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -295,88 +295,3 @@ img {
295295
.break-all {
296296
word-break: break-all;
297297
}
298-
299-
/* Dark Mode */
300-
301-
@media (prefers-color-scheme: dark) {
302-
body {
303-
background-color: #18181b;
304-
color: #e4e4e7;
305-
}
306-
307-
.wrapper {
308-
background-color: #18181b;
309-
}
310-
311-
.body {
312-
background-color: #18181b;
313-
border-bottom-color: #18181b;
314-
border-top-color: #18181b;
315-
}
316-
317-
.inner-body {
318-
background-color: #27272a;
319-
border-color: #3f3f46;
320-
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3), 0 1px 2px -1px rgba(0, 0, 0, 0.3);
321-
}
322-
323-
a {
324-
color: #a5b4fc;
325-
}
326-
327-
h1 {
328-
color: #fafafa;
329-
}
330-
331-
h2 {
332-
color: #fafafa;
333-
}
334-
335-
h3 {
336-
color: #fafafa;
337-
}
338-
339-
p,
340-
ul,
341-
ol,
342-
blockquote {
343-
color: #e4e4e7;
344-
}
345-
346-
.header a {
347-
color: #fafafa;
348-
}
349-
350-
.subcopy {
351-
border-top-color: #3f3f46;
352-
}
353-
354-
.footer p {
355-
color: #71717a;
356-
}
357-
358-
.footer a {
359-
color: #71717a;
360-
}
361-
362-
.table th {
363-
border-bottom-color: #3f3f46;
364-
}
365-
366-
.table td {
367-
color: #e4e4e7;
368-
}
369-
370-
.panel {
371-
border-left-color: #d4d4d8;
372-
}
373-
374-
.panel-content {
375-
background-color: #3f3f46;
376-
color: #e4e4e7;
377-
}
378-
379-
.panel-content p {
380-
color: #e4e4e7;
381-
}
382-
}

0 commit comments

Comments
 (0)