Draw 2x icons (shadow and fill) so they stand out more

This commit is contained in:
Bryan Housel
2018-06-30 03:47:03 -04:00
parent 229484a940
commit 2f8efee26a
2 changed files with 33 additions and 8 deletions
+6 -1
View File
@@ -120,7 +120,12 @@
.layer-notes * {
pointer-events: visible;
cursor: pointer;
color: #eebb00;
}
.layer-notes .note-shadow {
color: #000;
}
.layer-notes .note-fill {
color: #ee3;
}