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;
}

View file

@ -6,7 +6,7 @@
--header-height: 60px;
--footer-height: 60px;
--radius: 8px;
--theme: rgb(255, 255, 255);
--theme: rgb(240, 240, 240);
--entry: rgb(255, 255, 255);
--primary: rgb(30, 30, 30);
--secondary: rgb(108, 108, 108);