style: summary colors and spacing
This commit is contained in:
parent
a72b4cd565
commit
9ac0360564
2 changed files with 11 additions and 3 deletions
|
@ -18,9 +18,7 @@
|
|||
</p>
|
||||
|
||||
<details>
|
||||
<summary style="margin-bottom: 5px; cursor: pointer">
|
||||
Read the full message »
|
||||
</summary>
|
||||
<summary>Read the full message</summary>
|
||||
<p>
|
||||
There may be some topics that pop up more than others.
|
||||
<a href="/technology">Technology</a> posts are mostly about web
|
||||
|
|
|
@ -53,6 +53,16 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
summary {
|
||||
cursor: pointer;
|
||||
margin-bottom: 5px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
summary:hover {
|
||||
color: #bb4a03 !important;
|
||||
}
|
||||
|
||||
.category-head {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue