Adjust logic automation block background
This commit is contained in:
parent
3ced089004
commit
b28f7881f3
|
@ -107,7 +107,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.LOGIC {
|
.LOGIC {
|
||||||
background-color: var(--blue-light);
|
background-color: var(--background);
|
||||||
color: var(--ink);
|
color: var(--ink);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
:root {
|
:root {
|
||||||
/* Primary colour */
|
|
||||||
--blue: #2196f3;
|
|
||||||
--blue-light: #F1F4FC;
|
|
||||||
--blue-dark: #2F4C9B;
|
|
||||||
|
|
||||||
/* Light theme */
|
/* Light theme */
|
||||||
--background: #FFFFFF;
|
--background: #FFFFFF;
|
||||||
--ink: #393C44;
|
--ink: #393C44;
|
||||||
|
|
Loading…
Reference in New Issue