diff --git a/_includes/nav.html b/_includes/nav.html
index 18d7cf0..9053418 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -28,13 +28,13 @@
清华大学开源软件镜像站
diff --git a/_layouts/index.html b/_layouts/index.html
index 6f5db49..ab08a40 100644
--- a/_layouts/index.html
+++ b/_layouts/index.html
@@ -51,7 +51,7 @@
|
+ :data-content="mir.description" :href="getURL(mir)" :aria-label="mir.name + ', ' + mir.description">
{{mir.name}}
new
diff --git a/static/css/_bootstrap-mod.scss b/static/css/_bootstrap-mod.scss
index d7a8436..7ecba5b 100644
--- a/static/css/_bootstrap-mod.scss
+++ b/static/css/_bootstrap-mod.scss
@@ -116,6 +116,13 @@ code{
border-bottom: 1px solid #ffffff;
margin-bottom: 25px;
}
+
+table .row{
+ &:before, &:after{
+ content: none;
+ }
+}
+
@include dark{
.popover{
background-color: #282828;
|