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

@ -42,6 +42,7 @@
--scrollbar-track: #34313c;
--scrollbar-thumb: #201f29;
--scrollbar-thumb-hover: #16161f;
--markdown-timestamp: #2f2f33;
--embed: #1a1823;
}
.WHITE-theme {
@ -84,6 +85,7 @@
--scrollbar-track: #d5d1e2;
--scrollbar-thumb: #b0afc0;
--scrollbar-thumb-hover: #a5a5b8;
--markdown-timestamp: #c8c8da;
--embed: #f2f3f5;
}
.Light-theme {
@ -135,5 +137,6 @@
--scrollbar-track: #d2cedf;
--scrollbar-thumb: #bdbcca;
--scrollbar-thumb-hover: #a7a7be;
--markdown-timestamp: #c8c8da;
--embed: #cdccd1;
}