Skip to content

Commit

Permalink
Dark mode styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandedeyne committed Jun 28, 2024
1 parent 0e69ad8 commit d975ba0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/views/components/solution.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
background-color: #d6eed1;
}
.dark .solution {
background-color: #60755b;
}
@media (min-width: 640px) {
.solution {
margin: 3rem -3rem -3rem;
Expand Down Expand Up @@ -71,6 +75,14 @@
background-color: #b0c8aa;
}
.dark .execute-solution button {
background-color: #424b40;
}
.dark .execute-solution button:hover {
background-color: #364233;
}
.execute-solution button svg {
height: 1.2em;
}
Expand Down

0 comments on commit d975ba0

Please sign in to comment.