Skip to content

Commit

Permalink
fix(tapis): to-v3 migration link color
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Aug 10, 2023
1 parent 7454407 commit 258f239
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@

/* BOOTSTRAP */

/* To override TACC :root color with Bootstrap color only where necessary */
a {
--global-color-link-on-light--normal: #007bff;
}
a:hover {
--global-color-link-on-light--normal: #0056b3;
}

/* To restore font size of buttons (whose text appeared smaller than before) */
/* https://tapis-project.org/documentation/ */
.btn {
Expand Down

0 comments on commit 258f239

Please sign in to comment.