Skip to content

Commit

Permalink
-9.0.1 增加浅色主题下的MICA效果
Browse files Browse the repository at this point in the history
  • Loading branch information
NB-Group committed Oct 4, 2024
1 parent 7c0b612 commit 1546752
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions desktop.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
--text2: #444;
--bg: #ffffff;
--bg50: #ffffff80;
--bg70: #ffffffa0;
--bg70: radial-gradient(rgba(239,244,249, 0.9) 25%, rgba(243,243,243,0.9) 100%);
--sd: #22222230;
--card: #efefef55;
--hover: #ffffff65;
Expand Down Expand Up @@ -38,7 +38,7 @@
--text2: #aaa;
--bg: #000000;
--bg50: #00000060;
--bg70: #212121e6;
--bg70: radial-gradient(rgba(26, 31, 53, 0.96) 25%, rgba(32, 32, 32, 0.96) 100%);
--sd: #000000a0;
--card: #72727240;
--hover: #aaaaaa15;
Expand Down Expand Up @@ -2232,7 +2232,7 @@ input-before {
}

.window.foc {
background: radial-gradient(rgba(26, 31, 53, 0.96) 25%, rgba(32, 32, 32, 0.96) 100%);
background: var(--bg70);
backdrop-filter: blur(50px) saturate(5);
filter: none;
-webkit-backdrop-filter: blur(80px) saturate(1.5);
Expand Down

0 comments on commit 1546752

Please sign in to comment.