docs: add markdown source file and footer link to repository for work-in-public research

This commit is contained in:
codex
2026-06-04 02:07:07 +00:00
parent 13d7c5b0f8
commit 01b2ad36be
3 changed files with 101 additions and 0 deletions
+32
View File
@@ -109,6 +109,38 @@ ol li {
padding: 1rem;
}
footer {
margin-top: 4rem;
padding-top: 2rem;
text-align: center;
}
footer hr {
margin-bottom: 2rem;
}
.source-link {
font-size: 0.9rem;
color: #666;
}
.source-link a {
display: inline-block;
margin-top: 0.5rem;
padding: 0.5rem 1rem;
background-color: #f4f4f4;
border: 1px solid #333;
text-decoration: none;
font-weight: bold;
color: #111;
transition: all 0.2s ease;
}
.source-link a:hover {
background-color: #111;
color: #fff;
}
@media (max-width: 600px) {
body {
padding: 1rem;