summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
Diffstat (limited to 'sass')
-rw-r--r--sass/_partial/_archive.scss4
-rw-r--r--sass/_partial/_taxonomy.scss12
-rw-r--r--sass/style.scss1
3 files changed, 15 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;
+}
diff --git a/sass/style.scss b/sass/style.scss
index 53e334f..38aa9b7 100644
--- a/sass/style.scss
+++ b/sass/style.scss
@@ -28,4 +28,5 @@ body {
@import "_partial/_post";
@import "_partial/_archive";
@import "_partial/_normalize";
+@import "_partial/_taxonomy";
@import "_partial/_term"