feat: update selection background color

This commit is contained in:
Valentin Kaelin 2020-06-20 20:00:49 +02:00
parent 335fe5c4a6
commit df695d3559

View file

@ -15,6 +15,14 @@
border-radius: 8px
}
::selection {
@apply text-white bg-blue-1000;
}
::-moz-selection {
@apply text-white bg-blue-1000;
}
.min-w-1200 {
min-width: 1200px;;
}