Y
Hacker News
new
|
ask
|
show
|
jobs
by
ye
4612 days ago
Just observed a bug. I changed the font for one of the blocks, and it changed it for all of the elements.
1 comments
paulmckeever
4612 days ago
When you change the style of an element, like a paragraph, it works like CSS and applies the change to all elements of that type. To add specificity, you have to give an element a class.
Really appreciate the feedback.
link
Really appreciate the feedback.