website: update linenumber style.

This commit is contained in:
jaywcjlove 2022-11-17 13:58:33 +08:00
parent 7fe648c170
commit e36abdee8b

View File

@ -1185,9 +1185,9 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
width: 1rem; width: 1rem;
text-align: right; text-align: right;
margin-right: 16px; margin-right: 16px;
margin-left: -8px;
color: var(--color-fg-subtle); color: var(--color-fg-subtle);
content: attr(line); content: attr(line);
white-space: nowrap;
} }
/* 代码高亮 End */ /* 代码高亮 End */