Skip to content

Commit 86e36da

Browse files
authored
Merge pull request #1657 from ashwindasr/master
changed the color of the h1, h2 tags
2 parents b6917e5 + 88eca4d commit 86e36da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/css/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ In your `blog/static/css/blog.css` file you should add the following code:
7878
{% filename %}blog/static/css/blog.css{% endfilename %}
7979
```css
8080
h1 a, h2 a {
81-
color: #C25100;
81+
color: #FF8833;
8282
}
8383

8484
```

0 commit comments

Comments
 (0)