mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
button hover color
This commit is contained in:
parent
904c213d03
commit
f66478b9da
@ -6,7 +6,7 @@ function IncButton({ children, className, ...buttonProps }) {
|
|||||||
<button
|
<button
|
||||||
tabIndex={-1}
|
tabIndex={-1}
|
||||||
className={cx(
|
className={cx(
|
||||||
'border border-transparent p-1 text-center text-sm transition-all hover:bg-foreground active:bg-lineBackground disabled:pointer-events-none disabled:opacity-50 disabled:shadow-none',
|
'border border-transparent p-1 text-center hover:text-background text-sm transition-all hover:bg-foreground active:bg-lineBackground disabled:pointer-events-none disabled:opacity-50 disabled:shadow-none',
|
||||||
className,
|
className,
|
||||||
)}
|
)}
|
||||||
type="button"
|
type="button"
|
||||||
|
|||||||
@ -62,7 +62,7 @@ export function Reference() {
|
|||||||
<h3 id={`doc-${i}`}>{entry.name}</h3>
|
<h3 id={`doc-${i}`}>{entry.name}</h3>
|
||||||
{!!entry.synonyms_text && (
|
{!!entry.synonyms_text && (
|
||||||
<p>
|
<p>
|
||||||
Synonyms: <code className="text-foreground">{entry.synonyms_text}</code>
|
Synonyms: <code>{entry.synonyms_text}</code>
|
||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
{/* <small>{entry.meta.filename}</small> */}
|
{/* <small>{entry.meta.filename}</small> */}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user