fix(asset cards): background none for welcome card admin in darkmode

This commit is contained in:
Benoit Queyron 2024-05-29 17:03:09 +02:00
parent 8431771a61
commit 823ee11d84

View file

@ -5,6 +5,9 @@
[data-fr-theme="dark"] .card {
background: none;
border: 1px solid var(--background-action-low-blue-france);
&.feedback {
background: none;
}
}
.card {