cra-template-overwolf-typescript-redux
Version:
This is the official [Overwolf TypeScript Redux](https://github.com/AlbericoD/overwolf-modern-react-boilerplate) template for [Create React App](https://github.com/facebook/create-react-app).
22 lines (21 loc) • 371 B
CSS
.feed-container {
padding: 1rem;
font-family: 'Baloo 2', sans-serif;
color: white;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
li {
align-items: start;
font-size: 0.7rem;
line-height: 1.25;
max-width: 25ch;
}
ul li::before {
content: attr(data-icon);
font-size: 1.25em;
}