feat: add revisions to detail page

This commit is contained in:
Mathias Schopmans
2024-02-22 17:03:21 +01:00
committed by Mathias Schopmans
parent 0aa51f2db4
commit d5cb8410e7
11 changed files with 276 additions and 13 deletions

View File

@@ -7,6 +7,7 @@
--foreground: #fff;
--background: #173d7a;
--text: #575757;
--highlight: #029df7;
--border: rgba(255, 255, 255, 0.1);
@@ -95,6 +96,14 @@ ol {
margin-bottom: 1em;
}
pre {
margin-bottom: 1em;
}
code {
font-family: var(--font-mono);
}
input {
background: var(--foreground);
color: var(--background);