Files
blog.hifuu.ink/themes/next/source/css/_common/components/post/post-copyright.styl
2025-02-26 09:16:07 +08:00

8 lines
147 B
Stylus

.post-copyright {
background: var(--card-bg-color);
border-left: 3px solid $red;
list-style: none;
margin: 2em 0 0;
padding: .5em 1em;
}