feature for saving posts

This commit is contained in:
teddit
2021-02-06 20:17:36 +01:00
parent 6cd00468e4
commit 5ae520b5ed
8 changed files with 356 additions and 16 deletions

View File

@@ -444,6 +444,7 @@ footer a {
padding: 0;
color: #888;
font-weight: bold;
margin: 0px 15px 0px 0px;
}
#links .link .entry .meta a:hover {
text-decoration: underline;
@@ -671,6 +672,9 @@ footer a {
float: left;
width: 100%;
}
#post .info .links a {
font-size: var(--sm-font);
}
#post header {
padding-top: 0;
}