update: macos blurred window and radius setup

This commit is contained in:
Purp1e
2024-09-27 11:20:48 +08:00
parent 46c6dbfa61
commit a70bf60ed5
11 changed files with 54 additions and 33 deletions

View File

@@ -10,7 +10,9 @@ body {
height: 100%;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu,
Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
background: transparent;
/* background: transparent; */
background: rgba(242, 241, 243, 0.3);
border-radius: 10px;
}
a {