1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13: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 { .LOGIC {
background-color: var(--blue-light); background-color: var(--background);
color: var(--ink); color: var(--ink);
} }

View file

@ -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;