Skip to content

Commit 8a51d60

Browse files
GuillaumeGomezJoshua Nelson
authored andcommitted
Switch documentation button to black to make it more noticeable
1 parent 5f4f6cf commit 8a51d60

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

templates/style/base.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -542,9 +542,10 @@ div.cratesfyi-package-container {
542542
.doc-link {
543543
margin: 0 10px;
544544
height: min-content;
545-
background: #fff;
545+
background: #333;
546+
color: #fff;
546547
padding: 10px;
547-
border: 1px solid #ccc;
548+
border: 1px solid #333;
548549
border-radius: 5px;
549550
display: flex;
550551

@@ -554,7 +555,7 @@ div.cratesfyi-package-container {
554555
}
555556

556557
&:hover {
557-
border-color: #81c5ee;
558+
border-color: #3061f3;
558559
}
559560
}
560561
}

0 commit comments

Comments
 (0)