fix(color): make desktop selection beautiful

This commit is contained in:
Manu Mtz.-Almeida
2018-07-29 14:59:35 +02:00
parent 8a1ad1da2c
commit 0cdb500a44

View File

@ -27,3 +27,6 @@
}
}
*::selection {
background: var(--ion-color-shade, rgba(0,0,0,0.3));
}