Merge pull request #23 from DEVTomatoCake/jank/markdown-timestamps

markdown timestamps
This commit is contained in:
MathMan05
2024-07-01 14:27:58 -05:00
committed by GitHub
3 changed files with 49 additions and 0 deletions

View File

@@ -312,6 +312,10 @@ div {
transition: background .1s ease-in-out;
}
.md-timestamp {
background-color: var(--markdown-timestamp);
}
#typebox {
font-family: "acumin-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;