Skip to content

Commit

Permalink
fix column summaries shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
rouk1 committed Dec 20, 2024
1 parent ce9bf8b commit 22625f7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions skrub/_reporting/_data/templates/_variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,18 +78,18 @@
--color-border-highlight: #eafaea;

/* shadows */
--color-shadow: rgb(255, 255, 255, 0.5);
--color-shadow: hsl(0, 0%, 63%);
--color-shadow-keyboard: rgb(255, 255, 255, 0.5);
}
}

@media (prefers-color-scheme: dark) {
:host {
/* backgrounds */
--color-background-primary: #121212;
--color-background-secondary: #1e1e1e;
--color-background-tertiary: #232323;
--color-background-quaternary: #333;
--color-background-primary: #202020;
--color-background-secondary: #242424;
--color-background-tertiary: #2b2b2b;
--color-background-quaternary: #353535;
--color-background-highlight-primary: #f89939;
--color-background-active: #2a9d8f;
--color-background-info: #0f4e9b;
Expand All @@ -116,7 +116,7 @@
--color-border-highlight: #264653;

/* shadows */
--color-shadow: rgba(0, 0, 0, 0.5);
--color-shadow: #0f0f0f;
--color-shadow-keyboard: rgb(255, 255, 255, 0.5);
}
}

0 comments on commit 22625f7

Please sign in to comment.