jmopines/site/assets/css/custom.css
Jean-Michel Tremblay b2727be8ce Initial commit: Hugo site with Terminal theme
Scripts: setup.sh, build.sh, serve.sh (Docker-based)
Content: about, config, software, posts sections
Custom: CSS overrides, HTML sitemap layout, extended_head partial
Theme: hugo-theme-terminal via Hugo modules (go.mod)
2026-04-03 16:30:38 -04:00

10 lines
305 B
CSS

/* Highlight the first two menu items (About, Sitemap) */
.navigation-menu__inner li:nth-child(-n+2) a,
.menu__dropdown li:nth-child(-n+2) a {
text-transform: uppercase;
letter-spacing: 0.08em;
border-bottom: 2px solid currentColor;
padding-bottom: 2px;
font-weight: bold;
font-size: 1.1em;
}