Skip to content

Commit d021e19

Browse files
committed
feat(bg): add bg to dark mode
1 parent 69d3f1a commit d021e19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

resources/views/admin/layouts/master.blade.php

+4
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@
5757
* {
5858
font-family: "estedad", sans-serif !important;
5959
}
60+
61+
body[data-bs-theme="dark"] .bg-white{
62+
background-color: #182433 !important;
63+
}
6064
</style>
6165
</head>
6266
<body>

0 commit comments

Comments
 (0)