mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
Add backgrouond color for text selection
This commit is contained in:
parent
4d8d7dbfc5
commit
dd452bba27
1 changed files with 5 additions and 0 deletions
|
@ -160,6 +160,11 @@ body {
|
|||
font-weight: bolder;
|
||||
}
|
||||
|
||||
/* Text selection */
|
||||
::selection {
|
||||
background-color: var(--color-border);
|
||||
}
|
||||
|
||||
/* Scrollbars */
|
||||
::-webkit-scrollbar {
|
||||
width: 0.35rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue