diff --git a/public/css/main.less b/public/css/main.less index 21e225994f..7773265028 100644 --- a/public/css/main.less +++ b/public/css/main.less @@ -613,6 +613,11 @@ thead { color: #009900 } +.default-border-radius { + border-radius: 5px; +} + + .testimonial-copy { font-size: 20px; text-align: center; diff --git a/server/views/challengeMap/show.jade b/server/views/challengeMap/show.jade index 1d3f91dfe7..77b42ca672 100644 --- a/server/views/challengeMap/show.jade +++ b/server/views/challengeMap/show.jade @@ -3,6 +3,9 @@ block content script. var completedChallenges = !{JSON.stringify(completedChallengeList)}; var challengeList = !{JSON.stringify(challengeList)}; + .bg-danger.default-border-radius + p      + a(href='https://github.com/FreeCodeCamp/freecodecamp/wiki/beta' target='_blank') You're using our experimental beta site. None of your progress here will be saved. Please click this to learn more. .panel.panel-info .panel-heading.text-center h1 Challenge Map diff --git a/server/views/home.jade b/server/views/home.jade index 4e7a8f9c73..e5e09f19bb 100644 --- a/server/views/home.jade +++ b/server/views/home.jade @@ -1,8 +1,8 @@ extends layout block content - .bg-danger - a(href='https://github.com/FreeCodeCamp/freecodecamp/wiki/beta before continuing') - h3 Warning! You are on beta! Please read this link before continuing! https://github.com/freecodecamp/freecodecamp/wiki/beta + .bg-danger.default-border-radius + p      + a(href='https://github.com/FreeCodeCamp/freecodecamp/wiki/beta' target='_blank') You're using our experimental beta site. None of your progress here will be saved. Please click this to learn more. .jumbotron .text-center h1.hug-top Code with Us