observer frontend

This commit is contained in:
2023-10-29 12:52:40 +01:00
parent b0280b0a41
commit 1789458830
4 changed files with 22 additions and 13 deletions
+13
View File
@@ -31,3 +31,16 @@ a,
}
}
.feed-title {
cursor: pointer;
font-family: 'Courier New';
font-size: 22px;
border-bottom: 1px solid #ccc;
padding: 1em;
}
.feed-content {
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 20px;
padding: 1em;
}