about summary refs log tree commit diff
path: root/src/lib/themes.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2024-01-03 09:53:41 -0800
committerGitHub <noreply@github.com>2024-01-03 09:53:41 -0800
commitdf277e5977cb0b1f7e11c7e94265029f8e37ece4 (patch)
tree68b40d5d5571e6396b7aac7b673748f7d1fbfeaa /src/lib/themes.ts
parent2c31e2a042f73d99be114cf6cb4a2eb9d5407d68 (diff)
downloadvoidsky-df277e5977cb0b1f7e11c7e94265029f8e37ece4.tar.zst
Multiple improvements to link cards and quote posts (#2398)
* fix canvas

* fix external link embed styles

* Use the same link-card style on web and mobile and give a little more height on desktop to the card images

* Use dark border on link embeds to match quote post style

* Fix the highlighting behavior on linkcards and quoteposts

---------

Co-authored-by: Hailey <me@haileyok.com>
Diffstat (limited to 'src/lib/themes.ts')
-rw-r--r--src/lib/themes.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/themes.ts b/src/lib/themes.ts
index b778d5b30..ad7574db6 100644
--- a/src/lib/themes.ts
+++ b/src/lib/themes.ts
@@ -25,6 +25,7 @@ export const defaultTheme: Theme = {
       postCtrl: '#71768A',
       brandText: '#0066FF',
       emptyStateIcon: '#B6B6C9',
+      borderLinkHover: '#cac1c1',
     },
     primary: {
       background: colors.blue3,
@@ -310,6 +311,7 @@ export const darkTheme: Theme = {
       postCtrl: '#707489',
       brandText: '#0085ff',
       emptyStateIcon: colors.gray4,
+      borderLinkHover: colors.gray5,
     },
     primary: {
       ...defaultTheme.palette.primary,