Fixex dark mode SVG colors (#4276)

master
Nalin Bhardwaj 2017-06-22 06:06:38 +05:30 committed by Zaahir Moolla
parent e3b649c2ec
commit fc7166c2e8
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@
stroke-linejoin: round;
}
.dark-bg .geometry-svg .stroke {
stroke: white;
}
.geometry-svg .stroke.backface {
stroke-width: 1.5;
}