Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions docs/assets/stylesheets/landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@
.md-typeset .md-button {
margin-top: 1.2rem;
margin-bottom: 1.5rem;
font-size: 20px;
font-weight: 400 !important;
font-size: 19px;
font-weight: 300 !important;
text-align: center;
border-radius: 3px;
border-color: transparent;
Expand Down Expand Up @@ -298,7 +298,7 @@
background: rgba(0, 0, 0, 0.87);
border: 1.5px solid rgba(0, 0, 0, 0.87);
border-radius: 3px;
font-weight: 400 !important;
font-weight: 300 !important;
/*margin-right: 10px;*/
}

Expand Down Expand Up @@ -337,11 +337,11 @@
}

.md-button--primary.external:after, .md-button--primary.sky.external:after {
content: url('data:image/svg+xml,<svg fill="white" xmlns="http://www.w3.org/2000/svg" width="21px" height="21px" viewBox="0 0 16 16"><polygon points="5 4.31 5 5.69 9.33 5.69 2.51 12.51 3.49 13.49 10.31 6.67 10.31 11 11.69 11 11.69 4.31 5 4.31" data-v-e1bdab2c=""></polygon></svg>');
content: url('data:image/svg+xml,<svg fill="white" xmlns="http://www.w3.org/2000/svg" width="19px" height="19px" viewBox="0 0 16 16"><polygon points="5 4.31 5 5.69 9.33 5.69 2.51 12.51 3.49 13.49 10.31 6.67 10.31 11 11.69 11 11.69 4.31 5 4.31" data-v-e1bdab2c=""></polygon></svg>');
line-height: 14px;
margin-left: 5px;
position: relative;
top: 2px;
top: 2.5px;
margin-right: -7px;
}

Expand Down Expand Up @@ -817,6 +817,10 @@
color: #e37cff;
}

#get-started-code-snippet[data-termynal] {
font-size: 14px !important;
}

/*.tx-landing__trusted_by*/ [data-termynal] {
font-size: 15px;
}
Expand Down
4 changes: 2 additions & 2 deletions docs/overrides/header-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
{% endif %}-->

<div class="md-header__buttons">
<a href="https://github.com/dstackai/dstack" target="_blank" class="md-button md-button--primary github external">GitHub</a>
<!-- <a href="https://discord.gg/u8SmfwPpMd" target="_blank" class="md-button md-button--primary sky discord external">Discord</a> -->
<a href="https://github.com/dstackai/dstack" target="_blank" class="md-button md-button--primary github">GitHub</a>
<a href="https://sky.dstack.ai" target="_blank" class="md-button md-button--primary sky external">Sign up</a>
</div>
</nav>
{% if "navigation.tabs.sticky" in features %}
Expand Down
Loading
Loading