fix: adjust style

This commit is contained in:
GyDi
2022-11-23 17:42:01 +08:00
parent db028665fd
commit ffa21fbfd2
6 changed files with 36 additions and 8 deletions

View File

@@ -4,7 +4,11 @@ body {
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
:root {
@@ -37,3 +41,10 @@ body {
background-color: rgba(18, 18, 18, 1);
}
}
.user-none {
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}