indentlabs/notebook

View on GitHub
app/assets/stylesheets/text.scss

Summary

Maintainability
Test Coverage
.bordered-text {
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.grey-bordered-text {
  text-shadow: -1px 0 lightgrey, 0 1px lightgrey, 1px 0 lightgrey, 0 -1px lightgrey;
}