diff --git a/frontend/src/components/Status.scss b/frontend/src/components/Status.scss index 78036d8..9c6645a 100644 --- a/frontend/src/components/Status.scss +++ b/frontend/src/components/Status.scss @@ -1,15 +1,14 @@ -@use '../theme.scss' as theme; .status-content { a { text-decoration: none; - color: theme.$indigo400; + color: #8c8dff; } a.mention { - color: theme.$slate200; + color: #dbeafe; } a.hashtag { - color: theme.$slate200; + color: #dbeafe; } } @@ -40,6 +39,6 @@ } .status-link { - color: theme.$slate200; + color: #dbeafe; text-decoration: none; } diff --git a/frontend/src/components/Status.tsx b/frontend/src/components/Status.tsx index 01c943f..79e7b39 100644 --- a/frontend/src/components/Status.tsx +++ b/frontend/src/components/Status.tsx @@ -23,7 +23,7 @@ export default component$((props: Props) => {