Skip to content

Commit

Permalink
Make the veda staging hub homepage bootstrap5 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
slesaad authored Jan 24, 2025
2 parents 8b69fbb + 255189a commit 8992b6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions extra-assets/css/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
font-weight: bold;
}

[data-bs-theme="dark"] .lead {
color: lightgray;
font-weight: bold;
}

#new-user {
font-weight: 600;
}
Expand Down
3 changes: 2 additions & 1 deletion templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<button
type="button"
class="btn btn-primary"
data-dismiss="modal"
data-bs-dismiss="modal"
style="float: right"
>
Close
Expand Down Expand Up @@ -160,6 +160,7 @@ <h1 class="lead">
about
<a
href="https://nasa-impact.github.io/veda-docs/services/jupyterhub.html#getting-access-to-vedas-jupyterhub-environment"
class="text-decoration-none"
target="_blank"
rel="noopener"
>
Expand Down

0 comments on commit 8992b6f

Please sign in to comment.