Skip to content
This repository was archived by the owner on Oct 14, 2023. It is now read-only.

Commit d385d08

Browse files
authored
Fix crates.io footer colours (#38)
1 parent 92f644e commit d385d08

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

css/crates.io.css

+9
Original file line numberDiff line numberDiff line change
@@ -439,3 +439,12 @@ img.download {
439439
[class^="_crate-downloads_"] [class^="_graph_"] text {
440440
fill: #c5c5c5;
441441
}
442+
443+
/* footer */
444+
footer[class^="_footer_"] {
445+
background: #0f1419;
446+
}
447+
448+
footer[class^="_footer_"] [class^="_sep_"] {
449+
color: #5c6773;
450+
}

0 commit comments

Comments
 (0)