pretty.html: add bg color for selected text
Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
parent
153aaf2215
commit
13da6056d6
1 changed files with 6 additions and 0 deletions
|
|
@ -60,6 +60,12 @@
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::selection {
|
||||||
|
/* text selection color
|
||||||
|
make sure to change to your your preferred color if changing the default colorscheme */
|
||||||
|
background: #253340;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<!-- Bring your own theme -->
|
<!-- Bring your own theme -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue