Set text selection colours
This commit is contained in:
parent
351946dc12
commit
3ab7ab54b4
1 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,11 @@ body {
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::selection{
|
||||||
|
background: @primary;
|
||||||
|
color: white
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
max-width: 1280px;
|
max-width: 1280px;
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue