website fonctional / front=ok / back=ok / docker=ok

This commit is contained in:
nino
2025-05-18 20:12:54 +02:00
parent 00c5bb7f1e
commit 9cab64fe06
5 changed files with 198 additions and 19 deletions

View File

@@ -388,4 +388,15 @@
.dark .right-column {
background-color: #2d2d2d;
}
}
.postit {
background-color: #fff475;
color: #333;
padding: 0.8rem;
margin-bottom: 0.8rem;
border-radius: 8px;
box-shadow: 2px 2px 6px rgba(0,0,0,0.15);
font-family: 'Comic Sans MS', sans-serif;
font-size: 0.95rem;
}