diff options
Diffstat (limited to 'sass/_partial')
-rw-r--r-- | sass/_partial/_archive.scss | 4 | ||||
-rw-r--r-- | sass/_partial/_taxonomy.scss | 12 |
2 files changed, 14 insertions, 2 deletions
diff --git a/sass/_partial/_archive.scss b/sass/_partial/_archive.scss index 49ac32e..6fce40a 100644 --- a/sass/_partial/_archive.scss +++ b/sass/_partial/_archive.scss @@ -1,6 +1,6 @@ .archive { padding: 0 10%; - border: 1px #ddd; + border: 1px #616161; border-style: solid none none none; .post-archive { list-style: none; @@ -8,7 +8,7 @@ .years { border: 1px #ddd; border-style: none none solid none; - padding-bottom: 0.5em; + padding: 0.5em 0; } .post-item { .post-date { diff --git a/sass/_partial/_taxonomy.scss b/sass/_partial/_taxonomy.scss new file mode 100644 index 0000000..631fb5f --- /dev/null +++ b/sass/_partial/_taxonomy.scss @@ -0,0 +1,12 @@ +.term-name { + color: #fff; + font-size: 125%; + font-style: italic; + text-decoration: none; +} + +.term-name-heading { + border: 1px #616161; + border-style: solid none none none; + padding: 0.5em 0; +} |