blob: c47501af391b25c15036f767b0331015fc857689 [file] [log] [blame] [edit]
.notebook-page {
padding: 20px;
}
.post-table {
width: 100%;
border-collapse: collapse;
}
.post-table th,
.post-table td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}
.post-table th {
background: #f5f5f5;
}
.post-table button {
margin-right: 8px;
padding: 4px 8px;
border: none;
background: #ff4757;
color: white;
border-radius: 4px;
cursor: pointer;
}
.post-table button:hover {
background: #ff3742;
}