Skip to content

Commit bcff94d

Browse files
0xPoedjc
authored andcommitted
feat: use the color form the rust website for tags, hr and copy button
Signed-off-by: Rustin170506 <[email protected]>
1 parent e4cf805 commit bcff94d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

www/rustup.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,13 @@ header > div > h2 {
7878
}
7979

8080
a {
81-
color: #428bca;
82-
text-decoration: none;
81+
color: #0b7261;
82+
text-decoration: underline;
8383
}
8484

8585
a:hover {
86-
color: rgb(42, 100, 150);
86+
color: #0d8b75;
87+
text-decoration: underline;
8788
}
8889

8990
main {
@@ -120,6 +121,7 @@ body#idx p.other-platforms-help {
120121
}
121122

122123
hr {
124+
border-color: #0b7261;
123125
margin-top: 2em;
124126
margin-bottom: 2em;
125127
}
@@ -202,7 +204,7 @@ hr {
202204
transition: opacity 0.2s ease-in-out;
203205
opacity: 0;
204206
font-size: 10px;
205-
color: green;
207+
color: #0b7261;
206208
width: 41px;
207209
height: 15px;
208210
position: relative;

0 commit comments

Comments
 (0)