Skip to content

Commit 55fd29e

Browse files
committed
修改目录颜色使层级明显
1 parent 831e7f8 commit 55fd29e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

resources/views/documents/articles/show.blade.php

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,19 @@
120120
.collapse.show .toggle-icon {
121121
transform: rotate(90deg);
122122
}
123-
.chapter-title, .article-title a {
123+
.chapter-title {
124124
font-weight: bold;
125-
color: #17a2b8;
125+
color: #138496;
126126
text-decoration: none;
127127
}
128+
.article-title a {
129+
font-weight: bold;
130+
color: #d9d9d9;
131+
text-decoration: none;
132+
}
133+
128134
.chapter-title:hover, .article-title a:hover {
129-
color: #138496;
135+
color: #FF7F50;
130136
}
131137
.article-meta {
132138
margin-bottom: 20px;

0 commit comments

Comments
 (0)