File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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 */
18061806a [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;
You can’t perform that action at this time.
0 commit comments