docs: add markdown source file and footer link to repository for work-in-public research
This commit is contained in:
+32
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user