mrmierzejewski / hugo-theme-console

A minimal, responsive and light theme for Hugo inspired by Linux console.
MIT License
393 stars 118 forks source link

Links only clickable on the upper half of the font #37

Open CloudyProton opened 2 years ago

CloudyProton commented 2 years ago

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

mmandersheid commented 7 months ago

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