style: summary colors and spacing

This commit is contained in:
Ayo Ayco 2024-04-23 20:32:25 +02:00
parent a72b4cd565
commit 9ac0360564
2 changed files with 11 additions and 3 deletions

View file

@ -18,9 +18,7 @@
</p>
<details>
<summary style="margin-bottom: 5px; cursor: pointer">
Read the full message &raquo;
</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

View file

@ -53,6 +53,16 @@ body {
}
}
summary {
cursor: pointer;
margin-bottom: 5px;
font-weight: bold;
}
summary:hover {
color: #bb4a03 !important;
}
.category-head {
text-transform: capitalize;
}