mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: refactored cucks
This commit is contained in:
parent
bdd63d8494
commit
667440f60f
74 changed files with 157 additions and 133 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue