更改了页面右侧功能区的样式

This commit is contained in:
OLDREDSTONE
2026-03-25 12:08:26 +08:00
parent c6ac6e5396
commit 9336f789c1
5 changed files with 39 additions and 6 deletions
+7
View File
@@ -223,4 +223,11 @@ div.medium-zoom-overlay{
&>p{
background-color: var(--background-color);
}
}
.controlSpan{
background-color: var(--span-color);
&>svg{
stroke: var(--span-fill-color);
}
}