优化:页脚备案号图标颜色

This commit is contained in:
2022-07-30 22:04:37 +08:00
parent 576cb4dc2a
commit 24e816f9d1

View File

@@ -62,8 +62,9 @@ p {
.recordNo .icon svg {
height: 16px;
width: 16px;
fill: var(--vp-c-text-2);
/*fill: var(--vp-c-text-2);*/
fill: #5791ED;
position: relative;
top: 2.8px;
top: 3px;
}
</style>