Added selection color

This commit is contained in:
Moritz Kröger 2017-08-27 15:59:17 +02:00
parent a981f87a47
commit 31a8fa0f13

View file

@ -215,6 +215,11 @@
}
}
::selection {
color: $text-color-base;
background: $text-color-special;
}
#app {
width: 100vw;
display: flex;