chaosparrot / talon_practice

This repository aims to make the practicing and learning of talon a bit more engaging. I will try to add lessons as I learn myself
9 stars 7 forks source link

Replaced yellow styled text with a class for bold text #6

Closed AndrewDant closed 2 years ago

AndrewDant commented 2 years ago

I selected every span with style="color: yellow" and replaced that with class="text-emphasis" then implemented that class in the stylesheet to have font-weight: bold.