frenzy/priv/static/css/app.css

11 lines
158 B
CSS
Raw Normal View History

2019-04-01 15:36:52 +00:00
/* This file is for your main application css. */
.item-read a {
color: #606c76;
2019-10-31 19:30:47 +00:00
}
blockquote {
padding-left: 2rem;
border-left: 4px solid lightgray;
}