selection color
parent
7120ccc4ce
commit
393b065534
|
@ -13,3 +13,13 @@ code {
|
||||||
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
|
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
|
||||||
monospace;
|
monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
background-color: #1395f8;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
::-moz-selection {
|
||||||
|
background-color: #1395f8;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue