adds style for selection

This commit is contained in:
Alberto Garcia Cabeza
2016-10-25 16:21:52 +02:00
parent 179cb3d611
commit 1a143dfe0f

View File

@@ -23,6 +23,11 @@
// 01. Global styles
// -----------------
::selection {
color: white;
background-color: $brand;
}
body {
font-size: $base-font-size;
}