markdown timestamps

This commit is contained in:
TomatoCake 2024-07-01 21:19:22 +02:00
parent 9311914ae9
commit 799011212d
3 changed files with 50 additions and 1 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;
@ -1241,4 +1245,4 @@ span {
button{
background:green;
}
}
}