Add backgrouond color for text selection

This commit is contained in:
Denevola 2022-09-26 11:11:18 +02:00
parent 4d8d7dbfc5
commit dd452bba27

View file

@ -160,6 +160,11 @@ body {
font-weight: bolder;
}
/* Text selection */
::selection {
background-color: var(--color-border);
}
/* Scrollbars */
::-webkit-scrollbar {
width: 0.35rem;