Skip to content

Commit

Permalink
feat: use the color form the rust website for tags, hr and copy button
Browse files Browse the repository at this point in the history
Signed-off-by: Rustin170506 <[email protected]>
  • Loading branch information
Rustin170506 committed Nov 19, 2024
1 parent 959a9fc commit 9be1cd9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions www/rustup.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,13 @@ header > div > h2 {
}

a {
color: #428bca;
text-decoration: none;
color: #0b7261;
text-decoration: underline;
}

a:hover {
color: rgb(42, 100, 150);
color: #0d8b75;
text-decoration: underline;
}

main {
Expand Down Expand Up @@ -120,6 +121,7 @@ body#idx p.other-platforms-help {
}

hr {
border-color: #0b7261;
margin-top: 2em;
margin-bottom: 2em;
}
Expand Down Expand Up @@ -202,7 +204,7 @@ hr {
transition: opacity 0.2s ease-in-out;
opacity: 0;
font-size: 10px;
color: green;
color: #0b7261;
width: 41px;
height: 15px;
position: relative;
Expand Down

0 comments on commit 9be1cd9

Please sign in to comment.