diff --git a/_includes/message.html b/_includes/message.html index 929bc5e..2211ab8 100644 --- a/_includes/message.html +++ b/_includes/message.html @@ -18,9 +18,7 @@
There may be some topics that pop up more than others. Technology posts are mostly about web diff --git a/assets/main.scss b/assets/main.scss index 147fac1..2486c2b 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -53,6 +53,16 @@ body { } } +summary { + cursor: pointer; + margin-bottom: 5px; + font-weight: bold; +} + +summary:hover { + color: #bb4a03 !important; +} + .category-head { text-transform: capitalize; }