Skip to content

Commit 53fd5da

Browse files
committed
Add dark mode styles for logo and clean up panel styles
1 parent 922d975 commit 53fd5da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Illuminate/Mail/resources/views/html/layout.blade.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@
3939
color: #fafafa !important;
4040
}
4141
42+
.logo {
43+
filter: invert(23%) sepia(5%) saturate(531%) hue-rotate(202deg) brightness(96%) contrast(91%) !important;
44+
}
45+
4246
.footer p,
4347
.footer a {
4448
color: #71717a !important;
@@ -52,10 +56,6 @@
5256
color: #e4e4e7 !important;
5357
}
5458
55-
.panel {
56-
border-left-color: #d4d4d8 !important;
57-
}
58-
5959
.subcopy {
6060
border-top-color: #3f3f46 !important;
6161
}

0 commit comments

Comments
 (0)