mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Made selection background color in dark mode lighter
refs DES-8
This commit is contained in:
parent
3ef8b53fad
commit
5a6690eef4
1 changed files with 1 additions and 1 deletions
|
@ -1033,7 +1033,7 @@ input:focus,
|
|||
|
||||
/* Opacity needed to display correctly in Safari */
|
||||
::selection {
|
||||
background: rgb(55, 59, 67, 0.99);
|
||||
background: rgba(88, 101, 116, 0.99);
|
||||
}
|
||||
|
||||
.gh-whats-new-badge-account {
|
||||
|
|
Loading…
Add table
Reference in a new issue