| Line 75: |
Line 75: |
| | <h2>Getting started</h2> | | <h2>Getting started</h2> |
| | Browse these resources to become familiar and start contributing to GCwiki: | | Browse these resources to become familiar and start contributing to GCwiki: |
| | + | <div style="margin:10px;"> |
| | <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> | | <span class="start">[https://support.gccollab.ca/en/support/solutions/folders/2100032745 Learn about GCwiki]</span> |
| Line 81: |
Line 82: |
| | <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">Find information (help resources)</span> | | <span class="start">Find information (help resources)</span> |
| | + | </div> |
| | </div> | | </div> |
| | </div> | | </div> |
| Line 224: |
Line 226: |
| | color: rgb(255,255,255); | | color: rgb(255,255,255); |
| | padding: 10px; | | padding: 10px; |
| − | margin: 10px;
| |
| | } | | } |
| | | | |
| | .start a { | | .start a { |
| − | color: rgba(255, 255, 255, 1); | + | color: rgb(255, 255, 255); |
| | text-decoration: none; | | text-decoration: none; |
| | } | | } |
| | | | |
| | .start:hover { | | .start:hover { |
| − | background-color: rgba(255, 255, 255, 0.8); | + | background-color: rgba(108,77,133,0.8); |
| | transition: 1s ease; | | transition: 1s ease; |
| | } | | } |
| | | | |
| | .start:hover a { | | .start:hover a { |
| − | color: rgba(118, 80, 141, 1); | + | color: rgb(255, 255, 255); |
| | text-decoration: none; | | text-decoration: none; |
| | } | | } |