style social cards

This commit is contained in:
Aadil Ayub 2022-01-13 15:27:07 +05:00
parent 86fda70718
commit 4e242b068a
1 changed files with 17 additions and 7 deletions

View File

@ -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 {