File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -139,3 +139,10 @@ html[data-theme='dark'] .header-github-link:before {
139139  margin :  0  calc (-1  *  var (--ifm-pre-padding ));
140140  padding :  0  var (--ifm-pre-padding );
141141}
142+ 
143+ # button  {
144+   padding :  10px  ;
145+   border-radius :  3px  ;
146+   margin :  0  3px   0  3px  ;
147+   background-color :  var (--nebula-500 );
148+ }
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ function Hero() {
1414    < AlgoliaHero 
1515      id = "hero" 
1616      cta = { [ 
17-         < Button  key = "contribute"  href = "/docs/introduction"    background = "blue"   color = "white "> 
17+         < Button  key = "contribute"  id = "button"   href = "/docs/introduction" > 
1818          Contribute
1919        </ Button > , 
2020        < iframe 
2121          src = "https://ghbtns.com/github-btn.html?user=algolia&repo=api-clients-automation&type=star&count=true&size=large" 
2222          width = { 160 } 
2323          height = { 30 } 
2424          title = "GitHub Stars" 
25-         /> , 
25+         /> 
2626      ] } 
2727    > 
2828      < Title  /> 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments