1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

Adjust logic automation block background

This commit is contained in:
Andrew Kingston 2020-10-29 20:50:18 +00:00
parent 3ced089004
commit b28f7881f3
2 changed files with 1 additions and 6 deletions

View file

@ -107,7 +107,7 @@
}
.LOGIC {
background-color: var(--blue-light);
background-color: var(--background);
color: var(--ink);
}

View file

@ -1,9 +1,4 @@
:root {
/* Primary colour */
--blue: #2196f3;
--blue-light: #F1F4FC;
--blue-dark: #2F4C9B;
/* Light theme */
--background: #FFFFFF;
--ink: #393C44;