summaryrefslogtreecommitdiff
path: root/sass/_partial/_archive.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/_partial/_archive.scss')
-rw-r--r--sass/_partial/_archive.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/sass/_partial/_archive.scss b/sass/_partial/_archive.scss
new file mode 100644
index 0000000..49ac32e
--- /dev/null
+++ b/sass/_partial/_archive.scss
@@ -0,0 +1,24 @@
+.archive {
+ padding: 0 10%;
+ border: 1px #ddd;
+ border-style: solid none none none;
+ .post-archive {
+ list-style: none;
+ padding: 0;
+ .years {
+ border: 1px #ddd;
+ border-style: none none solid none;
+ padding-bottom: 0.5em;
+ }
+ .post-item {
+ .post-date {
+ display: inline-block;
+ margin-right: 10px;
+ }
+ .post-title {
+ color: #000000;
+ text-decoration: none;
+ }
+ }
+ }
+} \ No newline at end of file