attentionspanhistory/output/theme/css/main.css

16 lines
145 B
CSS
Raw Normal View History

.entry-content p {
text-align: justify;
2021-07-28 04:27:03 -07:00
}
.entry-title a {
text-decoration: none;
2021-07-28 04:27:03 -07:00
}
a {
color: #212529;
2021-07-28 04:27:03 -07:00
}
a:hover {
color: #6c757d;
2021-07-28 04:27:03 -07:00
}