Merge pull request #23 from DEVTomatoCake/jank/markdown-timestamps
markdown timestamps
This commit is contained in:
commit
cd82bd6c26
3 changed files with 49 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue