From c79556fa850f1672953d36ff383278f3b8bef623 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Tue, 12 Nov 2024 17:38:54 +0100 Subject: [PATCH] feat(style): bolder title and effect on hover of tags name --- scss/main.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scss/main.scss b/scss/main.scss index b24b490..b768480 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -98,6 +98,7 @@ h1 { h2 { font-size: 2rem; + font-weight: bold; @media only screen and (max-width: $bp-little) { font-size: 1.75rem; } @@ -108,7 +109,7 @@ h3 { } h4 { - font-size: 1.25rem; + font-size: 1.35rem; } .presentation { @@ -214,6 +215,9 @@ h4 { .tag { cursor: pointer; + & h4:hover { + text-decoration: underline; + } &.active { & h4 { margin-bottom: 0.5rem;