diff --git a/app/assets/stylesheets/main.scss b/app/assets/stylesheets/main.scss index ccd3c0f4..3e5466ad 100644 --- a/app/assets/stylesheets/main.scss +++ b/app/assets/stylesheets/main.scss @@ -63,3 +63,9 @@ -webkit-background-clip: text; -webkit-text-fill-color: transparent; } + +.blue-grad { + background: linear-gradient(to right, rgba(65,105,225,1) 0%, rgba(0,0,225,1) 100%); + -webkit-background-clip: text; + -webkit-text-fill-color: transparent; +} diff --git a/app/views/main/index.html.erb b/app/views/main/index.html.erb index 5873eacd..4a748135 100644 --- a/app/views/main/index.html.erb +++ b/app/views/main/index.html.erb @@ -25,7 +25,7 @@
<%= t("landing.welcome").html_safe %>
-<%= t("landing.about", href: link_to(t("bigbluebutton"), "http://bigbluebutton.org/", target: "_blank", class: "text-blue")).html_safe %>
+<%= t("landing.about", href: link_to(t("greenlight"), "https://bigbluebutton.org/2018/07/09/greenlight-2-0/", target: "_blank", class: "text-green")).html_safe %>