Skip to content

Commit d457908

Browse files
authored
Add files via upload
1 parent 2eae015 commit d457908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
.record-session-label{font-size:11px;color:var(--silver);font-weight:500;letter-spacing:.04em;text-transform:uppercase}
140140
.record-student-row{display:flex;flex-wrap:wrap;gap:6px}
141141
.record-student-chip{display:inline-flex;align-items:center;gap:5px;font-size:13px;padding:4px 12px;border-radius:9999px;border:1px solid var(--light-gray);color:var(--stone);background:var(--white);font-family:'Pretendard',sans-serif}
142-
.record-student-chip.present{background:var(--black);color:var(--white);border-color:var(--black)}
142+
.record-student-chip.present{background:linear-gradient(135deg,#FAFF00 0%,#39FF14 100%);color:#0a0a0a;border-color:#39FF14;font-weight:700;box-shadow:0 0 10px rgba(57,255,20,.45),inset 0 0 6px rgba(255,255,255,.35);text-shadow:0 0 1px rgba(0,0,0,.15)}
143143
.record-student-chip.absent{color:var(--silver);text-decoration:line-through;text-decoration-color:var(--border-light)}
144144
.chip-icon{width:12px;height:12px;flex-shrink:0}
145145
.records-empty{text-align:center;padding:60px 24px;color:var(--silver)}

0 commit comments

Comments
 (0)