style(admin): improve dark theme on editor section titles & borders

This commit is contained in:
Colin Darie 2024-01-08 18:03:07 +01:00
parent 9b58a36216
commit bdff9a6064
2 changed files with 2 additions and 3 deletions

View file

@ -23,5 +23,4 @@ $light-yellow: #FFFFDE;
$blue-france-700: #00006D;
$blue-france-500: #000091;
$blue-france-400: #7F7FC8;
$blue-cumulus-950: #E6EEFE;
$g700: #383838;

View file

@ -19,7 +19,7 @@
.type-de-champ-container {
width: 100%;
border: 1px solid $border-grey;
border: 1px solid var(--border-default-grey);
border-radius: 5px;
margin-bottom: $default-padding;
box-shadow: 0px 2px 4px -4px;
@ -55,7 +55,7 @@
&.type-header-section {
.head {
background-color: $blue-cumulus-950;
background-color: var(--background-contrast-blue-cumulus);
}
}