mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-17 03:29:31 -07:00
20 lines
216 B
SCSS
20 lines
216 B
SCSS
* {
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
body {
|
|
user-select: none;
|
|
background: white;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
overscroll-behavior-y: none;
|
|
}
|
|
|
|
a,
|
|
button {
|
|
cursor: pointer;
|
|
}
|