Skip to content

Commit 7048622

Browse files
authored
Fix CSS selector
Fixes DjangoGirls#1445
1 parent 73a0ed8 commit 7048622

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/css/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ h1, h2, h3, h4 {
249249
margin-bottom: 70px;
250250
}
251251

252-
.post h1 a, .post h1 a:visited {
252+
.post h2 a, .post h2 a:visited {
253253
color: #000000;
254254
}
255255
```

0 commit comments

Comments
 (0)