_sass/hydure/_page.scss in jekyll-theme-hydure-0.1.0 vs _sass/hydure/_page.scss in jekyll-theme-hydure-1.0.0
- old
+ new
@@ -31,10 +31,14 @@
li {
display: inline-block;
}
}
+.post-tags {
+ margin: 1em 0;
+}
+
.post-category {
color: inherit;
&::after {
content: "/";
@@ -52,9 +56,10 @@
color: inherit;
text-decoration: none;
&:focus,
&:hover {
+ color: var(--body-bg);
background-color: var(--link-color);
}
}
.posts {