Skip to content

Commit 5872009

Browse files
Fix more <a> color
1 parent de4b242 commit 5872009

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/librustdoc/html/static/css/themes/ayu.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ a {
218218
}
219219
a.srclink,
220220
a#toggle-all-docs,
221+
a.anchor,
222+
.section-header a,
221223
#source-sidebar a,
222224
pre.rust a,
223225
.sidebar a,

src/librustdoc/html/static/css/themes/dark.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ a {
180180
}
181181
a.srclink,
182182
a#toggle-all-docs,
183+
a.anchor,
184+
.section-header a,
183185
#source-sidebar a,
184186
pre.rust a,
185187
.sidebar a,

src/librustdoc/html/static/css/themes/light.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,8 @@ a {
175175
}
176176
a.srclink,
177177
a#toggle-all-docs,
178+
a.anchor,
179+
.section-header a,
178180
#source-sidebar a,
179181
pre.rust a,
180182
.sidebar a,

0 commit comments

Comments
 (0)