remove .telegram-channel

define in custom css
This commit is contained in:
Reorx 2022-06-01 00:59:31 +08:00
parent 80f443ec36
commit ef40815528
1 changed files with 4 additions and 17 deletions

View File

@ -30,30 +30,17 @@
overflow: initial; /* fix <mark> edge get cut */ overflow: initial; /* fix <mark> edge get cut */
} }
.first-entry .entry-content p, .first-entry .entry-content p {
.first-entry .entry-content li {
margin-bottom: .8em; margin-bottom: .8em;
} }
.first-entry .entry-content li p {
margin-bottom: .5em;
}
.first-entry .entry-footer { .first-entry .entry-footer {
font-size: 14px; font-size: 14px;
} }
.telegram-channel a {
font-weight: bold;
display: inline-block;
transition: var(--link-transition);
text-decoration: underline;
}
.telegram-channel a:hover {
color: #0088CC;
}
.telegram-channel svg {
width: 25px;
height: auto;
vertical-align: text-bottom;
}
.home-info .entry-content { .home-info .entry-content {
-webkit-line-clamp: unset; -webkit-line-clamp: unset;
} }