feat: refactored cucks

This commit is contained in:
Nick 2024-11-16 16:35:08 -06:00
parent bdd63d8494
commit 667440f60f
74 changed files with 157 additions and 133 deletions

View file

@ -62,7 +62,10 @@ argumentMaker argument =
column
[ paragraphWidth, alignLeft, spacing 8, paddingEach { top = 0, right = 0, bottom = 60, left = 0 } ]
[ paragraph (paragraphBoldFormat ++ [ F.size 20 ])
[ text argument.argumentTitle |> el [ F.color colourTheme.nonHighlightedText, F.bold ]
[ newTabLink []
{ url = argument.proofLink
, label = transitionNonHighlightedLinkHover <| text (argument.argumentTitle)
}
]
, paragraph (paragraphBoldFormat ++ [ F.size 18 ])
[ text "Proposition: " |> el [ F.color colourTheme.highlightText ]