Variabilisation of icon bkgd colors
Update of color choice to fit new icons design
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user