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>
|
</p>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary style="margin-bottom: 5px; cursor: pointer">
|
<summary>Read the full message</summary>
|
||||||
Read the full message »
|
|
||||||
</summary>
|
|
||||||
<p>
|
<p>
|
||||||
There may be some topics that pop up more than others.
|
There may be some topics that pop up more than others.
|
||||||
<a href="/technology">Technology</a> posts are mostly about web
|
<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 {
|
.category-head {
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue