DjangoGirls / tutorial

This is a tutorial we are using for Django Girls workshops
http://tutorial.djangogirls.org/
Other
1.53k stars 1.86k forks source link

[Spanish] [CSS] Fix selector of headings when changing font family #1628

Closed Sumolari closed 4 years ago

Sumolari commented 4 years ago

With previous snippet the result did not match the screenshot.

Also, the text before mentions modifying a CSS snippet previously implemented as:

h1 a, h2 a {
     color: #C25100;
}
magul commented 4 years ago

Thanks guys!