mirror of
https://github.com/dergigi/boris.git
synced 2025-12-18 07:04:19 +01:00
chore: change default link color to Sky Blue (#38bdf8)
This commit is contained in:
@@ -113,7 +113,7 @@ const ReadingDisplaySettings: React.FC<ReadingDisplaySettingsProps> = ({ setting
|
||||
<label className="setting-label">Link Color</label>
|
||||
<div className="setting-control">
|
||||
<ColorPicker
|
||||
selectedColor={settings.linkColor || '#818cf8'}
|
||||
selectedColor={settings.linkColor || '#38bdf8'}
|
||||
onColorChange={(color) => onUpdate({ linkColor: color })}
|
||||
colors={LINK_COLORS}
|
||||
/>
|
||||
@@ -191,7 +191,7 @@ const ReadingDisplaySettings: React.FC<ReadingDisplaySettingsProps> = ({ setting
|
||||
fontSize: `${settings.fontSize || 21}px`,
|
||||
'--highlight-rgb': hexToRgb(settings.highlightColor || '#ffff00'),
|
||||
'--paragraph-alignment': settings.paragraphAlignment || 'justify',
|
||||
'--link-color': settings.linkColor || '#818cf8'
|
||||
'--link-color': settings.linkColor || '#38bdf8'
|
||||
} as React.CSSProperties}
|
||||
>
|
||||
<h3>The Quick Brown Fox</h3>
|
||||
|
||||
Reference in New Issue
Block a user