Merge branch 'main' into jank/markdown-timestamps

This commit is contained in:
TomatoCake 2024-07-01 21:19:42 +02:00 committed by GitHub
commit e9c4ea252e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 113 additions and 0 deletions

View file

@ -44,6 +44,7 @@
--scrollbar-thumb-hover: #16161f;
--markdown-timestamp: #2f2f33;
--embed: #1a1823;
--discovery-bg: #37373b;
}
.WHITE-theme {
color-scheme: light;
@ -87,6 +88,7 @@
--scrollbar-thumb-hover: #a5a5b8;
--markdown-timestamp: #c8c8da;
--embed: #f2f3f5;
--discovery-bg: #c6c6d8;
}
.Light-theme {
color-scheme: light;
@ -139,4 +141,5 @@
--scrollbar-thumb-hover: #a7a7be;
--markdown-timestamp: #c8c8da;
--embed: #cdccd1;
--discovery-bg: #c6c6d8;
}