link-stack/apps/leafcutter/app/_styles/global.css

10 lines
129 B
CSS
Raw Permalink Normal View History

2023-02-13 13:46:56 +00:00
body {
overscroll-behavior-x: none;
overscroll-behavior-y: none;
text-size-adjust: none;
}
2023-08-25 07:11:33 +00:00
a {
text-decoration: none;
}