feat(style): bolder title and effect on hover of tags name
This commit is contained in:
parent
a1c8e3c27f
commit
c79556fa85
1 changed files with 5 additions and 1 deletions
|
@ -98,6 +98,7 @@ h1 {
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
|
font-weight: bold;
|
||||||
@media only screen and (max-width: $bp-little) {
|
@media only screen and (max-width: $bp-little) {
|
||||||
font-size: 1.75rem;
|
font-size: 1.75rem;
|
||||||
}
|
}
|
||||||
|
@ -108,7 +109,7 @@ h3 {
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 1.25rem;
|
font-size: 1.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.presentation {
|
.presentation {
|
||||||
|
@ -214,6 +215,9 @@ h4 {
|
||||||
|
|
||||||
.tag {
|
.tag {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
& h4:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
&.active {
|
&.active {
|
||||||
& h4 {
|
& h4 {
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue