可以修改服务的DNS设置

This commit is contained in:
刘祥超
2020-11-14 11:05:33 +08:00
parent cc6123884d
commit a4417f5367
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;
}