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