pretty.html: add bg color for selected text

Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
Gunwant Jain
2021-01-03 09:24:22 +05:30
parent 153aaf2215
commit 13da6056d6

View File

@@ -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 -->