Variabilisation of icon bkgd colors

Update of color choice to fit new icons design
This commit is contained in:
mathieucura
2021-01-10 11:04:48 +01:00
parent 2a709c0e5f
commit 8da8747155
4 changed files with 15 additions and 14 deletions

View File

@@ -1,13 +1,15 @@
:root{
--main-bg-color: #f4f4f4;
--main-bg-color: #72797A;
--text-color: #000000;
--border-color: #808080;
--canvas-bg-color: radial-gradient(#7a7676, #ffffff 50%);
--link-color: #19c;
--ruler-color: #f4f4f4;
--icon-bg-color: #72797A;
--icon-bg-color-hover: #2B3C45;
}
body {
body {
background: var(--main-bg-color);
}
@@ -123,7 +125,7 @@ hr {
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
align-items: center;
}
#layerlist {