new config file for job status.

This commit is contained in:
zipfriis
2026-05-27 13:40:25 +02:00
parent 47072ef0b9
commit 7ff604143c
8 changed files with 50 additions and 749 deletions
+12 -6
View File
@@ -157,11 +157,7 @@ h1 span{color:var(--accent);}
font-family:var(--ff-mono);font-size:0.72rem;color:var(--dim);
}
.hero-meta span{display:flex;align-items:center;gap:5px;}
.dot{
width:6px;height:6px;border-radius:50%;
background:var(--green);display:inline-block;
animation:pulse 2s infinite;
}
@keyframes pulse{0%,100%{opacity:1;}50%{opacity:0.35;}}
.section-head{display:flex;align-items:center;gap:10px;margin-bottom:1.8rem;}
@@ -590,4 +586,14 @@ a{
font-size: 0.72rem;
letter-spacing: 0.08em;
padding-left: 1.1rem;
}
}
.dot {
width: 6px;
height: 6px;
border-radius: 50%;
display: inline-block;
animation: pulse 2s infinite;
}
.dot--available { background: var(--green); }
.dot--busy { background: red; }