mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-18 13:47:08 -04:00
Add dark mode colors
This commit is contained in:
@@ -7,9 +7,9 @@ export const GeneralButton = (props: {url: string; content: string}) => {
|
||||
<div className="rounded-xl p-3 flex flex-col items-center group">
|
||||
<Link
|
||||
href={url}
|
||||
className="w-full px-8 py-3 rounded-full border-2 border-gray-300 dark:border-gray-600 text-gray-800 dark:text-white font-medium text-lg
|
||||
className="w-full px-8 py-3 rounded-full border-2 border-primary-200 dark:border-gray-600 text-gray-800 dark:text-white font-medium text-lg
|
||||
hover:translate-y-[-2px] transition-transform duration-200 ease-in-out
|
||||
bg-transparent hover:bg-gray-100 dark:hover:bg-gray-800/50"
|
||||
bg-canvas-50 hover:bg-canvas-100 dark:hover:bg-gray-800/50"
|
||||
target={url.startsWith('http') ? '_blank' : undefined}
|
||||
rel={url.startsWith('http') ? 'noopener noreferrer' : undefined}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user