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;
|
||||
}
|
||||
|
||||
::selection {
|
||||
/* text selection color
|
||||
make sure to change to your your preferred color if changing the default colorscheme */
|
||||
background: #253340;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<!-- Bring your own theme -->
|
||||
|
||||
Reference in New Issue
Block a user