1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-31 06:40:39 +00:00

[wiki mode] modified ui of file-internal-link (#2702)

This commit is contained in:
llj 2018-12-22 17:01:45 +08:00 committed by Daniel Pan
parent 1e52d9dc89
commit c49a3eda0a

View File

@ -1,10 +1,10 @@
.file-internal-link {
font-size: .875rem;
cursor: pointer;
margin-left: .5rem;
vertical-align: text-bottom;
font-size: .8em;
color: #808080;
cursor: pointer;
margin-left: .5rem;
vertical-align: text-bottom;
}
.file-internal-link {
color: #585858;
.file-internal-link:hover {
color: #333;
}