Skip to content

Commit 9a0212c

Browse files
committed
Replace GitHub button SVG icon with a text symbol in index.html; remove associated styles from styles.css for a cleaner design.
1 parent c85c10e commit 9a0212c

2 files changed

Lines changed: 1 addition & 16 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<button type="button" id="btn-edit" class="btn btn-icon" title="Edit server"></button>
3434
<button type="button" id="btn-remove" class="btn btn-icon" title="Remove server"></button>
3535
<button type="button" id="btn-settings" class="btn btn-icon" title="Settings"></button>
36-
<button type="button" id="btn-github" class="btn btn-icon" title="Github" aria-label="GitHub"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 512" fill="currentColor" aria-hidden="true"><path d="M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1 10.9-55.1 36.7-55.1 36.7 34.2 36.7 55.1zM480 278.2c0 31.9-3.2 65.7-17.5 95-37.9 76.6-142.1 74.8-216.7 74.8-75.8 0-186.2 2.7-225.6-74.8-14.6-29-20.2-63.1-20.2-95 0-41.9 13.9-81.5 41.5-113.6-5.2-15.8-7.7-32.4-7.7-48.8 0-21.5 4.9-32.3 14.6-51.8 45.3 0 74.3 9 108.8 36 29-6.9 58.8-10 88.7-10 27 0 54.2 2.9 80.4 9.2 34-26.7 63-35.2 107.8-35.2 9.8 19.5 14.6 30.3 14.6 51.8 0 16.4-2.6 32.7-7.7 48.2 27.5 32.4 39 72.3 39 114.2zm-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6-18.9 0-37 3.4-56 6-14.9 2.3-29.8 3.2-45.1 3.2-15.2 0-30.1-.9-45.1-3.2-18.7-2.6-37-6-56-6-46.8 0-73.5 38.7-73.5 82.6 0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3zm-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1 36.7-34.2 36.7-55.1-10.9-55.1-36.7-55.1z"/></svg></button>
36+
<button type="button" id="btn-github" class="btn btn-icon" title="Github"></button>
3737
</div>
3838
</div>
3939

src/styles.css

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -297,21 +297,6 @@ body {
297297
color: var(--gold);
298298
}
299299

300-
#btn-github {
301-
color: var(--text-bright);
302-
}
303-
304-
#btn-github:hover {
305-
color: var(--gold-light);
306-
}
307-
308-
#btn-github svg {
309-
display: block;
310-
width: 20px;
311-
height: 20px;
312-
fill: currentColor;
313-
}
314-
315300
/* ── Generic button ── */
316301
.btn {
317302
border-radius: 4px;

0 commit comments

Comments
 (0)