Skip to content

Commit

Permalink
Tiny fixes to the dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
cquiroz committed Oct 14, 2024
1 parent 4eb623a commit ed74f4a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions modules/web/client/src/main/webapp/styles/observe.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ html {
overflow: hidden; // Avoid "spring" effect when scrolling tables beyond their top/bottom.
}

body {
background-color: var(--color-background);
}

.main-header {
color: var(--color-text-alt);
}

.OnlySmallScreens {
@media screen and (min-width: lucumaUICommon.$tablet-responsive-cutoff) {
display: none;
Expand Down Expand Up @@ -1033,10 +1041,10 @@ html {

.ObserveStyles-qaEditorPanelButtons {
align-self: end;

button {
align-items: center;
}
}
}
}
}

0 comments on commit ed74f4a

Please sign in to comment.