| | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> |
| | <link rel="stylesheet" href="repo.css"> |
| | - <style> |
| | - .commit-list { margin-top: 20px; } |
| | - .commit-row { display: flex; padding: 10px 0; border-bottom: 1px solid #eee; gap: 15px; align-items: baseline; } |
| | - .commit-row:last-child { border-bottom: none; } |
| | - .commit-row .sha { font-family: monospace; color: #0366d6; text-decoration: none; } |
| | - .commit-row .message { flex: 1; font-weight: 500; } |
| | - .commit-row .meta { font-size: 0.85em; color: #666; white-space: nowrap; } |
| | - </style> |
| | </head> |
| | <body> |