refactor post entry styles for improved theming and consistency
This commit is contained in:
parent
8f5954bcba
commit
fe2e76e6c8
2 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue