_sass/moonwalk.scss in moonwalk-0.0.3 vs _sass/moonwalk.scss in moonwalk-0.0.4
- old
+ new
@@ -153,16 +153,14 @@
font-size: 0.6em;
letter-spacing: 1px;
}
.post-date {
- color: var(--headings);
- margin-right: 2em;
+ color: var(--secondary-text);
+ //margin-bottom: 1rem;
+ font-size: 0.8em;
}
-.share {
- color: var(--share-text);
-}
.home-date {
font-family: monospace;
}
.post-list-item a {
text-decoration: none;
@@ -176,6 +174,26 @@
p code, li code {
background-color: var(--bg-secondary);
padding: 0.2rem;
color: var(--code-text);
font-weight: bold;
+}
+.post-title {
+ margin-bottom:-1.5rem;
+}
+.project-title {
+ margin-bottom: 0.8rem;
+}
+.credits {
+ font-size: 0.8em;
+ color: var(--text);
+ margin: 8em auto -4em auto;
+ text-align: center;
+ a {
+ color: var(--text);
+ text-decoration: none;
+ font-weight: bold;
+ }
+ a:hover {
+ color: var(--links);
+ }
}