From 9ac0360564af30f377e6db4d4ad6edf5f8cb047d Mon Sep 17 00:00:00 2001
From: Ayo Ayco
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; }