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">[https://support.gccollab.ca/en/support/solutions/folders/2100032745 Learn about GCwiki]</span></div> | + | <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 221: |
Line 221: |
| | | |
| .start { | | .start { |
− | background-color: rgb(108,77,133); | + | background-color: rgba(108,77,133,0.5); |
| + | border: 1px solid rgb(108,77,133); |
| color: rgb(255,255,255); | | color: rgb(255,255,255); |
| padding: 10px; | | padding: 10px; |
Line 229: |
Line 230: |
| .start:hover { | | .start:hover { |
| background-color: rgba(108,77,133,0.8); | | background-color: rgba(108,77,133,0.8); |
| + | border: 1px solid rgb(108,77,133); |
| transition: 1s ease; | | transition: 1s ease; |
| color: rgb(255, 255, 255); | | color: rgb(255, 255, 255); |