selection color

master
alex 2024-03-24 16:58:09 +01:00
parent 7120ccc4ce
commit 393b065534
1 changed files with 10 additions and 0 deletions

View File

@ -13,3 +13,13 @@ code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
::selection {
background-color: #1395f8;
color: #fff;
}
::-moz-selection {
background-color: #1395f8;
color: #fff;
}