Skip to content

Commit

Permalink
style: update background color dark (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmelto authored Oct 6, 2023
1 parent 36c3479 commit ca5c0e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ a.nav-link:hover {

@media (prefers-color-scheme: dark) {
body {
background-color: #202124;
background-color: #22272e;
color: #fff;
}

Expand All @@ -432,7 +432,7 @@ a.nav-link:hover {
}

.card {
background-color: #303134;
background-color: #333a43;
}

.card-text {
Expand Down

0 comments on commit ca5c0e9

Please sign in to comment.