Transparent wrist overlay toggle

This commit is contained in:
Natsumi
2021-06-25 18:24:14 +12:00
parent dfd71f7bfd
commit 473fa1a7ca
4 changed files with 17 additions and 2 deletions

View File

@@ -165,6 +165,7 @@ select,
button {
font-family: "Noto Sans JP", "Noto Sans KR", "Meiryo UI", "Malgun Gothic", "Segoe UI", sans-serif;
line-height: normal;
text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}
.x-app {
@@ -178,6 +179,9 @@ button {
.x-app-type {
color: #fff;
}
.background {
background: #1f1f1f;
}