Skip to content

Commit

Permalink
fix dark mode logs fullscreen display not properly (argoproj#19505)
Browse files Browse the repository at this point in the history
Signed-off-by: Jessie Teng <[email protected]>
Co-authored-by: Jessie Teng <[email protected]>
  • Loading branch information
JessieTeng89 and Jessie Teng committed Aug 21, 2024
1 parent f28323b commit ea25279
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@
height: 100%;
padding: 20px 30px;
background-color: $argo-color-gray-3;
}

.theme-dark & {
background-color: #28292a;
color: #fff;
}
}

0 comments on commit ea25279

Please sign in to comment.