Changes

m
no edit summary
Line 76: Line 76:  
Browse these resources to become familiar and start contributing to GCwiki:
 
Browse these resources to become familiar and start contributing to GCwiki:
 
<br><span class="header_icon" aria-hidden="true" role="presentation">[[File:Icon GCTools.png|35px|middle|link=]]</span>
 
<br><span class="header_icon" aria-hidden="true" role="presentation">[[File:Icon GCTools.png|35px|middle|link=]]</span>
<span class="start">Learn about the GCTools</span>
+
<span class="start">[https://support.gccollab.ca/en/support/solutions/folders/2100032745 Learn about GCwiki]</span>
 
<br><span class="header_icon" aria-hidden="true" role="presentation">[[File:Icon GCTools.png|35px|middle|link=]]</span>
 
<br><span class="header_icon" aria-hidden="true" role="presentation">[[File:Icon GCTools.png|35px|middle|link=]]</span>
 
<span class="start">Contribute to GCwiki (quick start guide)</span>
 
<span class="start">Contribute to GCwiki (quick start guide)</span>
Line 224: Line 224:  
         color: rgb(255,255,255);
 
         color: rgb(255,255,255);
 
         padding: 10px;
 
         padding: 10px;
 +
        margin: 10px;
 +
}
 +
 +
.start a {
 +
  color: rgba(255, 255, 255, 1);
 +
  text-decoration: none;
 +
}
 +
 +
  .start:hover {
 +
  background-color: rgba(255, 255, 255, 0.8);
 +
        transition: 1s ease;
 +
  }
 +
 +
.start:hover a {
 +
  color: rgba(118, 80, 141, 1);
 +
    text-decoration: none;
 
}
 
}