diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index e39a288..cef0978 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -231,7 +231,6 @@ body { .h-entry header { display: flex; - border-bottom: 2px solid var(--border-color); justify-content: space-between; } @@ -240,12 +239,10 @@ body { margin: 0; padding-right: 0.3em; padding-left: 0.3em; - border-left: 2px solid var(--border-color); flex-grow: 1; } .h-entry header h2:hover { - box-shadow: inset 4px 4px 0px tomato; cursor: pointer; } @@ -301,10 +298,6 @@ body { display: flex; } -.summary-image { - border-right: 2px solid var(--border-color); -} - footer.post-footer { display: flex; flex-flow: row-reverse; @@ -452,6 +445,23 @@ div.network-source { color: steelblue; } +.card.shout h2 a { + color: var(--social-dark); + cursor: pointer; +} + +.card + +.card.shout h2 a:hover { + border: none; + text-decoration: none; +} + +.card.shout .post-footer { + background: var(--social-light); + color: var(--social-dark); +} + /* calendar cards */ .card.calendar {