diff --git a/src/components/LoginOptions.tsx b/src/components/LoginOptions.tsx index 5aaf369d..b53124c4 100644 --- a/src/components/LoginOptions.tsx +++ b/src/components/LoginOptions.tsx @@ -78,7 +78,7 @@ const LoginOptions: React.FC = () => {

Welcome to Boris

- Login to see your bookmarks, explore long-form articles, and create your own highlights. + Login to see your bookmarks, explore long-form articles, and create your own highlights.

diff --git a/src/styles/components/login.css b/src/styles/components/login.css index 8c4ad392..4fa171ec 100644 --- a/src/styles/components/login.css +++ b/src/styles/components/login.css @@ -27,6 +27,14 @@ text-align: center; } +.login-highlight { + background-color: var(--highlight-color-mine, #fde047); + color: var(--color-text); + padding: 0.125rem 0.25rem; + border-radius: 3px; + font-weight: 500; +} + .login-buttons { display: flex; flex-direction: column;