11 lines
158 B
CSS
11 lines
158 B
CSS
/* This file is for your main application css. */
|
|
|
|
.item-read a {
|
|
color: #606c76;
|
|
}
|
|
|
|
blockquote {
|
|
padding-left: 2rem;
|
|
border-left: 4px solid lightgray;
|
|
}
|