This commit is contained in:
WJQSERVER 2025-02-14 15:50:42 +08:00
parent 459aa24f89
commit bd666e08d1
7 changed files with 62 additions and 52 deletions

View file

@ -149,6 +149,19 @@
line-height: 26px;
color: #747474;
}
.bg-primary {
--bs-bg-opacity: 1;
background-color: #2c82de !important;
}
.bg-success {
--bs-bg-opacity: 1;
background-color: #2c82de !important;
}
.bg-danger {
--bs-bg-opacity: 1;
background-color: #2c82de !important;
}
</style>
</head>
@ -299,7 +312,7 @@
<div class="col-md-6">
<div class="main-card p-3">
<h4 class="h6 fw-medium mb-2">HTTPS Git Clone</h4>
<code class="d-block text-muted fs-sm">https://github.com/user/repo.git</code>
<code class="d-block text-muted fs-sm">git clone https://github.com/user/repo.git</code>
</div>
</div>
</div>