可以修改服务的DNS设置

This commit is contained in:
GoEdgeLab
2020-11-14 11:05:33 +08:00
parent 15907371cd
commit 28325f45a9
7 changed files with 108 additions and 15 deletions

View File

@@ -17,3 +17,12 @@ form {
margin-bottom: 0 !important;
}
}
// links
.link.grey {
color: grey !important;
}
.link.grey:hover {
color: #4183c4 !important;
}