aboutsummaryrefslogtreecommitdiff
path: root/scss/main.scss
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-12 17:38:54 +0100
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-11-12 17:38:54 +0100
commitc79556fa850f1672953d36ff383278f3b8bef623 (patch)
tree6e7c19365f8b200862f98412e40d60ecb1d7f7ee /scss/main.scss
parenta1c8e3c27f6173adaf27db0cc8a1bbfb09b549ae (diff)
feat(style): bolder title and effect on hover of tags name
Diffstat (limited to 'scss/main.scss')
-rw-r--r--scss/main.scss6
1 files changed, 5 insertions, 1 deletions
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;