feat(style): bolder title and effect on hover of tags name

This commit is contained in:
Anhgelus Morhtuuzh 2024-11-12 17:38:54 +01:00
parent a1c8e3c27f
commit c79556fa85
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5

View file

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