mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-05-06 14:41:02 -05:00
14 lines
224 B
CSS
14 lines
224 B
CSS
/**
|
|
* Utilities
|
|
*/
|
|
|
|
.visually-hidden:not(:focus):not(:active) {
|
|
position: absolute;
|
|
width: 1px;
|
|
height: 1px;
|
|
overflow: hidden;
|
|
clip: rect(0 0 0 0);
|
|
clip-path: inset(50%);
|
|
white-space: nowrap;
|
|
}
|