This commit is contained in:
syuilo 2021-02-14 22:54:28 +09:00
parent f1a861d1c1
commit 80eefa92ce
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ export default defineComponent({
box-sizing: border-box;
line-height: ($header-height - ($padding * 2));
font-weight: bold;
background-color: var(--header);
background-color: var(--panel);
border-bottom: solid 1px var(--divider);
user-select: none;