Skip to content

Commit

Permalink
Using the parlai color (facebookresearch#3137)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackUrb authored Sep 30, 2020
1 parent f315211 commit 9cd6b6c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/_static/css/parlai_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ th p, td div.line-block {
/* Change link colors (except for the menu) */

a {
color: #CE3239;
color: #ec1454;
}

a:hover {
color: #CE3239;
color: #ec1454;
}


Expand Down
2 changes: 1 addition & 1 deletion website/static/css/home-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ footer ul.primary-nav li:last-child a {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-color: #ce3239;
background-color: #ec1454;
height: 500px;
position: relative;
}
Expand Down
2 changes: 1 addition & 1 deletion website/static/css/parlai.css
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ footer ul.primary-nav li:last-child a {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-color: #ce3239;
background-color: #ec1454;
height: 500px;
position: relative;
}
Expand Down
2 changes: 1 addition & 1 deletion website/templates/home.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="jumbotron" style="background-color: #ce3239; margin-bottom: 0px">
<div class="jumbotron" style="background-color: #ec1454; margin-bottom: 0px">
<div class="container" style="text-align: center; color: #fff">
<h1 style="font-size: 40px; margin-bottom: 30px; margin-top: 32px; letter-spacing: -0.01em;
line-height: 1.22em">A unified platform for sharing, training and evaluating dialogue models across many tasks.</h1>
Expand Down

0 comments on commit 9cd6b6c

Please sign in to comment.