[bug] fix header underline issue
This commit is contained in:
parent
1b45280e8f
commit
135853ce01
|
@ -232,8 +232,16 @@
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
.higher {
|
.higher {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -0.1em;
|
top: -0.1em;
|
||||||
}
|
}
|
||||||
|
&:hover .higher {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Reference in New Issue