diff options
Diffstat (limited to 'theme/static/styles.css')
| -rw-r--r-- | theme/static/styles.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css index 6e30e60..fe9cb60 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -53,7 +53,6 @@ a:hover { background: var(--accent); color: var(--bg); text-decoration: none; } /* --- Weblorg / Template Specifics --- */ section b { display: block; font-size: 0.7rem; text-transform: uppercase; color: var(--meta); margin-top: 0.5rem; } -section span { display: block; font-weight: bold; border-bottom: 1px solid var(--border); padding-bottom: 0.25rem; } .post { display: flex; justify-content: space-between; border-bottom: 1px dashed var(--border); padding: 0.5rem 0; } .post time { font-size: 0.8rem; color: var(--meta); } @@ -129,4 +128,4 @@ img:hover { filter: grayscale(0); } @media (max-width: 600px) { body { padding: 1rem; } .post { flex-direction: column; } -}
\ No newline at end of file +} |
