feat: add revisions to detail page
This commit is contained in:
committed by
Mathias Schopmans
parent
0aa51f2db4
commit
d5cb8410e7
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user