hugo-theme-console icon indicating copy to clipboard operation
hugo-theme-console copied to clipboard

Links only clickable on the upper half of the font

Open CloudyProton opened this issue 3 years ago • 1 comments

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; }

CloudyProton avatar Jul 11 '22 01:07 CloudyProton

Changing bottom: -5px to 0px seems right.

mmandersheid avatar Feb 16 '24 19:02 mmandersheid