We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2831efd commit 76bc7f4Copy full SHA for 76bc7f4
_data/snippets.yml
@@ -3,7 +3,6 @@ language-list:
3
- en
4
- es
5
- fr
6
- - pt
7
8
# top nav bar
9
menu-home:
css/style.css
@@ -133,6 +133,11 @@ Home Page
133
.fr-back {
134
background-color: {{ site.data.snippets.background_color.fr }};
135
}
136
+
137
+ .pt-back {
138
+ background-color: {{ site.data.snippets.background_color.pt }};
139
+ }
140
141
142
.sitewide-alert {
143
position: relative;
0 commit comments