1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-22 03:16:34 +00:00
This commit is contained in:
ilearnit
2018-12-17 04:08:37 +00:00
parent 273ea3886f
commit 7f8c29f94a

View File

@@ -181,3 +181,12 @@ img[src=""] {
.markdown-content a {
cursor: pointer;
}
.wiki-main-panel .markdown-content .ml-2 {
text-decoration: underline;
}
.wiki-main-panel .markdown-content .ml-2:hover {
text-decoration: underline;
color:#eb8205;
}