Skip to content

Commit

Permalink
[WebProfilerBundle] Improve display in Email panel for dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Oct 23, 2019
1 parent b9f6944 commit 402fed0
Showing 1 changed file with 6 additions and 2 deletions.
Expand Up @@ -46,6 +46,8 @@
--base-4: #666;
--base-5: #444;
--base-6: #222;
--card-label-background: #eee;
--card-label-color: var(--base-6);
}

.theme-dark {
Expand Down Expand Up @@ -85,6 +87,8 @@
--base-4: #666;
--base-5: #e0e0e0;
--base-6: #f5f5f5;
--card-label-background: var(--tab-active-background);
--card-label-color: var(--tab-active-color);
}

{# Basic styles
Expand Down Expand Up @@ -436,8 +440,8 @@ table tbody td.num-col {
margin-top: 0;
}
.card .label {
background-color: #EEE;
color: var(--base-6);
background-color: var(--card-label-background);
color: var(--card-label-color);
}

{# Status
Expand Down

0 comments on commit 402fed0

Please sign in to comment.