Skip to content

Commit b80b41a

Browse files
Deploying to gh-pages from @ dstackai/dstack@b9dfae1 🚀
1 parent 77b2f3f commit b80b41a

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

assets/images/social/examples.png

338 Bytes
Loading

assets/images/social/partners.png

427 Bytes
Loading

assets/stylesheets/extra.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1585,7 +1585,7 @@ html .md-footer-meta.md-typeset a:is(:focus,:hover) {
15851585

15861586
.md-typeset.md-banner__inner a {
15871587
color: var(--md-default-bg-color);
1588-
border-bottom: 1.5px dotted;
1588+
/* border-bottom: 1.5px dotted; */
15891589
font-weight: 600;
15901590
}
15911591

@@ -1804,10 +1804,14 @@ img.border {
18041804

18051805
/* External link indicator */
18061806
a[href^="http"]:not(:where(
1807+
/* skip if marked with external-skip */
1808+
.external-skip,
18071809
/* exclude http:// dstack links */
18081810
[href^="http://dstack.ai"],
18091811
/* exclude https://dstack.ai links */
18101812
[href^="https://dstack.ai"],
1813+
/* exclude md-content__button links */
1814+
.md-content__button,
18111815
)):after {
18121816
content: '';
18131817
display: inline-block;

0 commit comments

Comments
 (0)