implements single URL archiving

This commit is contained in:
msramalho
2024-10-30 15:58:57 +00:00
parent bf151ff92e
commit 42fa376f7d
12 changed files with 594 additions and 59 deletions

View File

@@ -1,3 +1,13 @@
html {
overflow-y: auto;
}
a {
color: #1a73e8;
text-decoration: none;
}
a:hover {
color: #0c47a1;
text-decoration: underline;
}