mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 18:19:29 -07:00
15 lines
261 B
SCSS
15 lines
261 B
SCSS
.overlay_cursor {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
mix-blend-mode: difference;
|
|
font-size: 19px;
|
|
box-sizing: border-box;
|
|
cursor: none;
|
|
user-select: none;
|
|
|
|
.cursor_innerText {
|
|
color: white;
|
|
transform: translate3d(-50%, -50%, 0);
|
|
}
|
|
} |