Skip to content

Commit 7ff6ab8

Browse files
committed
style: add selection background color
Signed-off-by: Kai Henseler <kai.henseler@strato.de>
1 parent 873ca5d commit 7ff6ab8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

css/files.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,4 +408,8 @@
408408
}
409409
}
410410
}
411+
412+
::selection {
413+
background-color: var(--ion-color-blue-b4);
414+
}
411415
}

0 commit comments

Comments
 (0)