Skip to content

Commit

Permalink
Change summary text color for dark mode (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
Khant-Nyar authored Nov 21, 2024
1 parent b376958 commit a7639d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/views/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@
#dark-mode svg:not(:root){
fill: #e7e7e7;
}
#dark-mode .opblock-summary-description {
color: #fafafa;
}
</style>
@endif
</head>
Expand Down

0 comments on commit a7639d7

Please sign in to comment.