mirror of
https://github.com/dergigi/boris.git
synced 2026-01-04 15:34:21 +01:00
feat: highlight 'your own highlights' in login copy
- Style 'your own highlights' text with user's mine highlight color - Uses --highlight-color-mine CSS variable from settings - Adds subtle padding and border-radius for clean highlight effect
This commit is contained in:
@@ -78,7 +78,7 @@ const LoginOptions: React.FC = () => {
|
||||
<div className="login-content">
|
||||
<h2 className="login-title">Welcome to Boris</h2>
|
||||
<p className="login-description">
|
||||
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 <mark className="login-highlight">your own highlights</mark>.
|
||||
</p>
|
||||
|
||||
<div className="login-buttons">
|
||||
|
||||
Reference in New Issue
Block a user