通知颜色修正

This commit is contained in:
muzi_ys 2019-10-08 10:42:16 +08:00
parent 9103ded9e7
commit b321c4fcad
1 changed files with 2 additions and 2 deletions

View File

@ -481,7 +481,7 @@ body {
}
#win10_command_center .command-body .notice .notice-header {
background-color: #ffffffbf;
background-color: #eff0f2;
height: 25px;
border-radius: 5px 5px 0 0;
line-height: 25px;
@ -504,7 +504,7 @@ body {
}
#win10_command_center .command-body .notice .notice-body {
background-color: #eff0f2;
background-color: #ffffffbf;
border-radius: 0 0 5px 5px;
}