From 9ac0360564af30f377e6db4d4ad6edf5f8cb047d Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Tue, 23 Apr 2024 20:32:25 +0200 Subject: [PATCH] style: summary colors and spacing --- _includes/message.html | 4 +--- assets/main.scss | 10 ++++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) 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 @@

- - Read the full message » - + Read the full message

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; }