This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit d9ce4d9f authored by Daniel Rainer's avatar Daniel Rainer
Browse files

Use rgb(200,200,200) for selections

parent 4a0c08ba
No related merge requests found
......@@ -37,7 +37,7 @@ li.selected {
list-style-type: none;
padding-left: 20px;
padding-right: 20px;
background-color: rgba(0, 255, 0, 0.5);
background-color: rgb(200, 200, 200);
}
li.unselected {
list-style-type: none;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment