strona-czynna/src/back/a11y_overrides.css
Kuba Orlik ee2368c686 add a11y css to project when not in prod mode
Summary: Ref T3078

Reviewers: kuba-orlik

Maniphest Tasks: T3078

Differential Revision: https://hub.sealcode.org/D1687
2026-03-26 18:58:03 +01:00

12 lines
306 B
CSS

/* we properly embed charset metadata, but Turbo changes the order of elements in <head> and this rule gives a false positive */
head :first-child:not([charset]) {
&,
&::after {
display: none !important;
}
}
head :first-child:not([charset]) ~ link:last-of-type::before {
display: none !important;
}