Skip to content

Commit

Permalink
Merge pull request #256 from tokk-nv/dev/cosmos
Browse files Browse the repository at this point in the history
Extra blob style for to-come device
  • Loading branch information
tokk-nv authored Jan 23, 2025
2 parents c27aa46 + bc0ff31 commit 3a61b84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cosmos.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ inference scripts and generate videos.

1. One of the following Jetson devices:

<span class="blobDarkGreen4">Jetson Thor (XGB)</span>
<span class="blobFaintedGreen3">Jetson Thor (XGB)</span>
<span class="blobDarkGreen4">Jetson AGX Orin (64GB)</span>
<span class="blobDarkGreen5">Jetson AGX Orin (32GB)</span>

Expand Down
3 changes: 3 additions & 0 deletions docs/css/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ a.nv-buy-link:hover,.load-buy-link:hover {
.blobDarkGreen5 {
background: #00e6e67f; border-radius: 0.5em; padding: 0.2em; margin: 0.2em
}
.blobFaintedGreen3 {
background: #869a977f; border-radius: 0.5em; padding: 0.2em; margin: 0.2em; color: #e5e5e5;
}

.blobLightGreen1 {
background: #76b9007f; border-radius: 0.5em; padding: 0.2em; margin: 0.2em
Expand Down

0 comments on commit 3a61b84

Please sign in to comment.