pretty.html: add bg color for selected text
Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
@@ -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 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user