| [ | ||
| '<a href="' . $home . '">Repositories</a>', | ||
| - '<a href="' . $repoUrl . '">' . htmlspecialchars( $repo['name'] ) . '</a>' | ||
| + '<a href="' . $repoUrl . '" class="repo-breadcrumb">' . | ||
| + htmlspecialchars( $repo['name'] ) . '</a>' | ||
| ], | ||
| $trail |
| } | ||
| +.repo-breadcrumb { | ||
| + display: inline-block; | ||
| + border: 1px solid #58a6ff; | ||
| + border-radius: 12px; | ||
| + padding: 0 10px; | ||
| + margin: 0 4px; | ||
| +} | ||
| + | ||
| +.repo-breadcrumb:hover { | ||
| + text-decoration: none; | ||
| + background-color: rgba(88, 166, 255, 0.1); | ||
| +} | ||
| + | ||
| .blob-content { | ||
| background: #161b22; |
| Author | Dave Jarvis <email> |
|---|---|
| Date | 2026-02-16 13:43:22 GMT-0800 |
| Commit | 000821c428b1164b0a8642fa783259ac9e94fae6 |
| Parent | b819f8a |
| Delta | 15 lines added, 1 line removed, 14-line increase |