Border around the flagged word
Browse files
frontend/public/index.css
CHANGED
|
@@ -129,6 +129,7 @@ span.word-chip {
|
|
| 129 |
|
| 130 |
span.word-chip.flagged {
|
| 131 |
background-color: #dd1111;
|
|
|
|
| 132 |
}
|
| 133 |
|
| 134 |
.result-container {
|
|
|
|
| 129 |
|
| 130 |
span.word-chip.flagged {
|
| 131 |
background-color: #dd1111;
|
| 132 |
+
border: 1px solid black;
|
| 133 |
}
|
| 134 |
|
| 135 |
.result-container {
|