refactor post entry styles for improved theming and consistency

This commit is contained in:
gribse 2025-04-27 22:42:01 +02:00
parent 8f5954bcba
commit fe2e76e6c8
2 changed files with 2 additions and 3 deletions

View file

@ -39,10 +39,9 @@
}
.post-entry {
border: 1px solid #ddd;
padding: 0;
border-radius: 8px;
background-color: #f9f9f9;
background-color: var(--entry);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
margin: 0;
}