Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions assets/css/extended/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,3 +219,34 @@ body .posts-grid-container .post-entry {
color: var(--primary);
text-decoration: underline;
}

/* Table styling with borders */
.post-content table {
width: 100% !important;
border-collapse: collapse !important;
margin: 1.5rem 0 !important;
}

.post-content table thead th,
.post-content table tbody th {
border: 1px solid var(--border) !important;
padding: 16px 24px !important;
text-align: center !important;
vertical-align: middle !important;
}

.post-content table tbody td {
border: 1px solid var(--border) !important;
padding: 16px 24px !important;
text-align: left !important;
vertical-align: middle !important;
}

.post-content table thead th {
background-color: var(--code-bg) !important;
font-weight: 600 !important;
}

.post-content table tbody tr:hover {
background-color: var(--code-bg) !important;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
371 changes: 371 additions & 0 deletions content/posts/pallas-programming-model/index.en.md

Large diffs are not rendered by default.

382 changes: 382 additions & 0 deletions content/posts/pallas-programming-model/index.ko.md

Large diffs are not rendered by default.