Test 2 color logo in toolbar

pull/1/head
David Benqué 2020-10-21 09:42:41 +01:00
parent 9b8373bfc6
commit 059ed9b9a9
1 changed files with 4 additions and 1 deletions

View File

@ -812,10 +812,13 @@
padding: 10px;
svg {
* {
#squares {
fill: @toolbar-bg-color;
fill: var(--toolbar-bg-color);
}
#outline, #keyhole {
fill: @cryptpad_text_col;
}
}
img {