mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-17 16:46:31 +03:00
Recover joined URL arguments without splitting local paths, derive advisory behavior from registry severity across consumers, inspect readable linked CSS in URL scans, and report only the dominant primary font. AI assistance disclosure: Implemented and verified with Codex under maintainer direction.
12 lines
403 B
CSS
12 lines
403 B
CSS
.flag-linked-stripes {
|
|
width: 160px;
|
|
height: 80px;
|
|
background: repeating-linear-gradient(45deg, #eee, #eee 10px, #fafafa 10px, #fafafa 20px);
|
|
}
|
|
|
|
/* A shipped but unused selector must remain outside live URL findings. */
|
|
.unused-linked-grid {
|
|
background: linear-gradient(90deg, #d9d9d9 1px, transparent 1px), linear-gradient(180deg, #d9d9d9 1px, transparent 1px);
|
|
background-size: 72px 72px;
|
|
}
|