File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ view =
1414 , em [ class " headline-em" ] [ text " something great" ]
1515 , text " . "
1616 , text " If you're seeing this page, maybe it's "
17- , span [ class " highlight" ] [ text " your something" ]
17+ , em [ class " highlight-em " ] [ text " your something" ]
1818 , text " ."
1919 ]
2020 ]
2121 , div [ class " copy" ]
2222 [ p []
23- [ text " Hi , my name is Julian. If you're interested in this domain, message me on "
23+ [ text " Hello , my name is Julian. If you're interested in this domain, message me on "
2424 , a
2525 [ href " https://www.linkedin.com/in/julian-dawson/"
2626 , target " _blank"
Original file line number Diff line number Diff line change 5353 color : var (--color-accent-contrast );
5454 }
5555
56+ .highlight-em {
57+ @apply italic;
58+ background : var (--color-accent );
59+ color : var (--color-accent-contrast );
60+ }
61+
5662 .link {
5763 @apply underline underline-offset-4 transition-colors;
5864 color : var (--color-text );
You can’t perform that action at this time.
0 commit comments