Skip to content

Commit cc8b8ed

Browse files
fix: style issues
1 parent b50b2ee commit cc8b8ed

4 files changed

Lines changed: 29 additions & 34 deletions

File tree

src/assets/icons/IconInstagram.svg

Lines changed: 5 additions & 4 deletions
Loading

src/assets/icons/IconJike.svg

Lines changed: 6 additions & 4 deletions
Loading

src/constants.ts

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
import IconMail from "@/assets/icons/IconMail.svg";
22
import IconGitHub from "@/assets/icons/IconGitHub.svg";
33
import IconBrandX from "@/assets/icons/IconBrandX.svg";
4-
import IconLinkedin from "@/assets/icons/IconLinkedin.svg";
54
import IconWhatsapp from "@/assets/icons/IconWhatsapp.svg";
65
import IconFacebook from "@/assets/icons/IconFacebook.svg";
76
import IconTelegram from "@/assets/icons/IconTelegram.svg";
8-
import IconPinterest from "@/assets/icons/IconPinterest.svg";
9-
// import IconInstagram from "@/assets/icons/IconInstagram.svg";
10-
// import IconJike from "@/assets/icons/IconJike.svg";
7+
import IconInstagram from "@/assets/icons/IconInstagram.svg";
8+
import IconJike from "@/assets/icons/IconJike.svg";
119
import { SITE } from "@/config";
1210

1311
export const LOCALE = {
@@ -22,12 +20,12 @@ export const SOCIALS = [
2220
linkTitle: ` ${SITE.title} on Github`,
2321
icon: IconGitHub,
2422
},
25-
// {
26-
// name: "Instagram",
27-
// href: "https://instagram.com/iamstephenfang",
28-
// linkTitle: `${SITE.author} on Instagram`,
29-
// icon: IconInstagram,
30-
// },
23+
{
24+
name: "Instagram",
25+
href: "https://instagram.com/iamstephenfang",
26+
linkTitle: `${SITE.author} on Instagram`,
27+
icon: IconInstagram,
28+
},
3129
{
3230
name: "X",
3331
href: "https://x.com/fangxuanmiao",
@@ -46,12 +44,12 @@ export const SOCIALS = [
4644
linkTitle: `${SITE.author} on Telegram`,
4745
icon: IconTelegram,
4846
},
49-
// {
50-
// name: "Jike",
51-
// href: "https://okjk.co/LZFasc",
52-
// linkTitle: `${SITE.author} on Jike`,
53-
// icon: IconJike,
54-
// },
47+
{
48+
name: "Jike",
49+
href: "https://okjk.co/LZFasc",
50+
linkTitle: `${SITE.author} on Jike`,
51+
icon: IconJike,
52+
},
5553
] as const;
5654

5755
export const SHARE_LINKS = [
@@ -61,12 +59,6 @@ export const SHARE_LINKS = [
6159
linkTitle: `Share this post via WhatsApp`,
6260
icon: IconWhatsapp,
6361
},
64-
{
65-
name: "Facebook",
66-
href: "https://www.facebook.com/sharer.php?u=",
67-
linkTitle: `Share this post on Facebook`,
68-
icon: IconFacebook,
69-
},
7062
{
7163
name: "X",
7264
href: "https://x.com/intent/post?url=",

src/styles/global.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ html[data-theme="light"] {
1313
}
1414

1515
html[data-theme="dark"] {
16-
--background: #212737;
17-
--foreground: #eaedf3;
18-
--accent: #ff6b01;
16+
--background: #0e1116;
17+
--foreground: #e6e6e6;
18+
--accent: #1ad9d9;
1919
--muted: #343f60bf;
20-
--border: #ab4b08;
20+
--border: #3b4655;
2121
}
2222

2323
@theme inline {

0 commit comments

Comments
 (0)