Skip to content

Commit cfa7496

Browse files
Merge pull request #267 from JLG-WOCFR-DEV/codex/propose-ux-ui-design-improvements
Enhance scan dashboards with image status and modal confirmations
2 parents e006a37 + 197f865 commit cfa7496

File tree

5 files changed

+952
-218
lines changed

5 files changed

+952
-218
lines changed

liens-morts-detector-jlg/assets/css/blc-admin-styles.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,20 @@
105105
color: #50575e;
106106
}
107107

108+
.blc-stat-note {
109+
margin-top: 6px;
110+
font-size: 12px;
111+
line-height: 1.5;
112+
color: #646970;
113+
display: block;
114+
}
115+
116+
@media (prefers-color-scheme: dark) {
117+
.blc-stat-note {
118+
color: #b7c0cc;
119+
}
120+
}
121+
108122
/* Styles pour les badges de statut HTTP */
109123
.blc-status {
110124
display: inline-flex;

0 commit comments

Comments
 (0)