1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 02:44:36 +03:00

Give replacements a background colour.

This commit is contained in:
Rob Rix 2015-10-13 11:47:07 -04:00
parent 4ed33b485a
commit fad02bab81

View File

@ -14,6 +14,7 @@
margin-right: 50%;
}
.replace {
background-color: #ffffeb;
outline: 1px solid yellow;
}
</style>