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
commit cd82bd6c26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;