fix(copyright): 修复版权块背景色错误

This commit is contained in:
nineya 2023-07-10 14:10:44 +08:00
parent e04f35ad32
commit ed0c790ecb
2 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@
margin: 18px 0;
position: relative;
background: var(--theme);
background: var(--bg-h);
overflow: hidden;
border-radius: 6px;
display: block;

File diff suppressed because one or more lines are too long