This commit is contained in:
MeiK
2020-12-14 15:59:49 +08:00
parent 76202bfc51
commit 5dbda5af86
18 changed files with 566 additions and 395 deletions

View File

@@ -1,6 +1,5 @@
body {
margin: 0;
background-color: var(--body-background-color);
}
.Header {
@@ -106,4 +105,13 @@ body {
border-radius: 50%;
background-color: var(--color-profile-color-modes-toggle-thumb-bg);
cursor: pointer;
}
.no-select {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}