Links only clickable on the upper half of the font
Links on main page and posts using the h1 format are only clickable on the upper half of the font.
Editing the pixel boundary in ~/hugo-theme-console/static/terminal-0.7.2.min.css to -5 lowers the boundary but also drags the === highlight downward.
h1::after {
content: "====================================================================================================";
position: absolute;
display: var(--display-h1-decoration);
bottom: -5px;
}
关闭于 2024-10-19 2 条评论