diff --git a/module/webui/index.html b/module/webui/index.html
index 32fd0f2..7bb9b31 100644
--- a/module/webui/index.html
+++ b/module/webui/index.html
@@ -214,11 +214,11 @@
-
+
-
+
GitHub
diff --git a/module/webui/styles/about.css b/module/webui/styles/about.css
index dd1546e..5cd3dba 100644
--- a/module/webui/styles/about.css
+++ b/module/webui/styles/about.css
@@ -53,7 +53,9 @@
}
.link-icon {
- font-size: 18px;
+ font-size: 17px;
+ font-weight: bold;
+ min-height: calc(1em + 15px);
padding: 3px 10px;
color: #fff;
fill: #fff;
@@ -65,10 +67,10 @@
box-sizing: border-box;
margin-bottom: 5px;
transition: background-color 0.2s ease;
-}
-.link-icon svg {
- padding-right: 3px;
+ svg {
+ padding-right: 3px;
+ }
}
#telegram {
@@ -82,8 +84,3 @@
#canary {
background-color: #821284;
}
-
-#link-text {
- font-size: 17px;
- font-weight: bold;
-}
\ No newline at end of file