Change the style of the last update time

This commit is contained in:
horochx
2020-03-10 22:29:33 +08:00
parent 145a758159
commit 0b0c32c626
9 changed files with 14 additions and 36 deletions

View File

@ -22,26 +22,6 @@
color: color-mod(var(--accent) a(70%));
}
&-lastmod {
--border: 3px dotted var(--accent);
position: relative;
margin: 30px 0 0;
padding-top: 15px;
padding-bottom: 15px;
border-top: var(--border);
color: color-mod(var(--accent) a(70%));
text-align: right;
&::after {
content: "";
position: absolute;
top: 2px;
display: block;
width: 100%;
border-top: var(--border);
}
}
&-title {
--border: 3px dotted var(--accent);
position: relative;