If you write CSS, which color would you expect the borders to be in this example?
(Which would you have expected before you read this question π)
(Assume light mode.)
```
body {
color: purple;
}
img {
border: 3px solid;
}
```
black
purple
Poll ended at .