feat: add Jenkins service entry

This commit is contained in:
lwt
2026-06-06 15:54:54 +08:00
parent 7d23ace2c6
commit aa29e4e462
4 changed files with 306 additions and 1 deletions
+11
View File
@@ -591,6 +591,11 @@
border-radius: 12px;
}
.card-jenkins .service-icon img {
width: 54px;
height: 74px;
}
.service-title {
color: #14213c;
font-size: 1.5rem;
@@ -634,6 +639,12 @@
background: linear-gradient(145deg, #f7fffb, #eefcf6);
}
.card-jenkins {
color: #d33a33;
border-color: rgba(211, 58, 51, 0.3);
background: linear-gradient(145deg, #fffafa, #fff0f0);
}
.card-purple {
color: var(--purple);
border-color: rgba(119, 93, 246, 0.3);
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 29 KiB