mirror of
https://github.com/TrentSPalmer/attentionspanhistory.git
synced 2024-11-17 02:21:30 -08:00
16 lines
145 B
CSS
16 lines
145 B
CSS
|
.entry-content p {
|
||
|
text-align: justify;
|
||
|
}
|
||
|
|
||
|
.entry-title a {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
color: #212529;
|
||
|
}
|
||
|
|
||
|
a:hover {
|
||
|
color: #6c757d;
|
||
|
}
|