hugo-theme-console
hugo-theme-console copied to clipboard
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; }
Changing bottom: -5px to 0px seems right.