improve table and messagerie display in dark mode
This commit is contained in:
parent
11c8e408ef
commit
f4283392b7
7 changed files with 33 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue