You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/03/24 10:30:32 UTC

[GitHub] [camel-website] shreyaag770 commented on a change in pull request #237: Frontpage/projects

shreyaag770 commented on a change in pull request #237: Frontpage/projects
URL: https://github.com/apache/camel-website/pull/237#discussion_r397049129
 
 

 ##########
 File path: antora-ui-camel/src/css/frontpage.css
 ##########
 @@ -50,24 +50,28 @@ header.frontpage a:active {
 
 .frontpage a.significant {
   margin: 1rem;
-  padding: 0.8rem 1.5rem;
-  background: var(--color-camel-orange);
-  color: var(--color-white);
+  padding: .8rem 1.5rem;
+  background: #ed8225;
+  color: #fff;
   border-radius: 8px;
   font-size: 1.2rem;
-  font-weight: bold;
+  font-weight: 700;
   outline: none;
   display: inline-block;
   white-space: nowrap;
+  box-shadow: 0 4px #8e480b;
 
 Review comment:
   I have pulled the fresh code now and checked the current website, there have been updates, current buttons have a shadow.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services