Skip to content

Commit

Permalink
export key in blue 300
Browse files Browse the repository at this point in the history
  • Loading branch information
miralandlabs committed Jul 30, 2024
1 parent 03a1eec commit e269158
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions public/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -1512,6 +1512,11 @@ h2:where(.dark, .dark *) {
color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-blue-300 {
--tw-text-opacity: 1;
color: rgb(147 197 253 / var(--tw-text-opacity));
}

.text-red-500 {
--tw-text-opacity: 1;
color: rgb(239 68 68 / var(--tw-text-opacity));
Expand Down
4 changes: 2 additions & 2 deletions src/components/backup_keypair_warning.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ pub fn BackupKeypairWarning() -> Element {
li {
Link {
to: Route::ExportKey {},
class: "font-bold text-gray-600 hover:underline",
"ACTION: Export my keypair"
class: "font-bold text-blue-300 hover:underline",
"ACTION: Export My Keypair"
}
" and back it up somewhere safe."
}
Expand Down

0 comments on commit e269158

Please sign in to comment.