improve table and messagerie display in dark mode

This commit is contained in:
Lisa Durand 2023-11-13 11:22:14 +01:00
parent 11c8e408ef
commit f4283392b7
7 changed files with 33 additions and 13 deletions

View file

@ -1,6 +1,12 @@
@import "colors";
@import "constants";
[data-fr-theme="dark"]
.card {
background: none;
border: 1px solid rgb(74, 74, 125);
}
.card {
padding: ($default-spacer * 3) ($default-spacer * 2);
border: 1px solid $border-grey;
@ -8,7 +14,6 @@
background: #FFFFFF;
.card-title {
color: $black;
font-weight: bold;
font-size: 20px;
line-height: 1.5rem;