Skip to content

Commit

Permalink
NEW: Add Text Selection Matching Colour
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Feb 4, 2023
1 parent 48f97c0 commit 4bb0981
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Assets/css/kanboardcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -2552,6 +2552,12 @@ span.cell-float-right {float: right;}
width: unset;
}

::selection {
/*background: rgba(113,113,113,0.5);*/
background: rgba(183, 18, 52, 0.63);
color:#ffffff;
}

@media screen and (max-width: 500px) {
.public-header {
font-size: 1em;
Expand Down

0 comments on commit 4bb0981

Please sign in to comment.