diff options
Diffstat (limited to 'design/sass')
-rw-r--r-- | design/sass/_content.scss | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/design/sass/_content.scss b/design/sass/_content.scss index 598d63e..e4cfb0e 100644 --- a/design/sass/_content.scss +++ b/design/sass/_content.scss @@ -18,7 +18,6 @@ justify-content: center ; } } - article ul { list-style-type: none; @include fontsize(22); @@ -31,7 +30,14 @@ article ul { position: absolute; } } - +.archive article:after { + display: block; + content: ""; + margin: 4rem auto; + padding-top: 1rem; + border-top: 5px double lighten($body_font_color, 75); + width: 30%; +} .archive-list { @include constrain_narrow; text-align: left; @@ -60,7 +66,6 @@ article ul { border-top: 2px solid darken($body_color, 8); float: left; } - .star { color: transparent; text-shadow: 0 0 0 lighten($body_font_color, 50); |