Skip to content

Commit

Permalink
feat(bg): add bg to dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadreza1388 committed Sep 11, 2024
1 parent 69d3f1a commit d021e19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/views/admin/layouts/master.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
* {
font-family: "estedad", sans-serif !important;
}
body[data-bs-theme="dark"] .bg-white{
background-color: #182433 !important;
}
</style>
</head>
<body>
Expand Down

0 comments on commit d021e19

Please sign in to comment.