Set text selection colours

This commit is contained in:
Robert Marshall 2020-03-15 16:49:15 +00:00
parent 351946dc12
commit 3ab7ab54b4

View file

@ -24,6 +24,11 @@ body {
color: #333;
}
::selection{
background: @primary;
color: white
}
body {
max-width: 1280px;
min-height: 100%;