hopeless-cloud/assets/scss/_archive.scss

13 lines
195 B
SCSS
Raw Permalink Normal View History

2023-06-14 21:16:37 +02:00
@import "variables";
.archive {
margin: 0;
padding: 0;
list-style: none;
line-height: 1.3em;
text-align: left;
color: #111;
}
.dark-mode .archive {
color: $dark-font;
}